CN111857898A - Display method and device of webpage address selection component, storage medium and terminal - Google Patents

Display method and device of webpage address selection component, storage medium and terminal Download PDF

Info

Publication number
CN111857898A
CN111857898A CN201910340989.3A CN201910340989A CN111857898A CN 111857898 A CN111857898 A CN 111857898A CN 201910340989 A CN201910340989 A CN 201910340989A CN 111857898 A CN111857898 A CN 111857898A
Authority
CN
China
Prior art keywords
address selection
selection component
file
webpage
css style
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910340989.3A
Other languages
Chinese (zh)
Inventor
孙超
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
JD Digital Technology Holdings Co Ltd
Original Assignee
JD Digital Technology Holdings Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by JD Digital Technology Holdings Co Ltd filed Critical JD Digital Technology Holdings Co Ltd
Priority to CN201910340989.3A priority Critical patent/CN111857898A/en
Publication of CN111857898A publication Critical patent/CN111857898A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses a display method of a webpage address selection component. The method comprises the following steps: reading a reference address of a function file of a webpage address selection component from an HTML file corresponding to a current display page; loading the function file based on the reference address of the function file; wherein, the function file contains the reference address of the CSS style file; when a trigger event for displaying the webpage address selection component is detected, loading the CSS style file based on the reference address of the CSS style file, and reading definition information of the webpage address selection component from the function file; the web address selection component is displayed based on the definition information of the web address selection component and the CSS style file. By adopting the technical scheme, the condition that redundant code files are loaded in HTML code files when the webpage address selection component is not displayed can be effectively avoided, and the display efficiency of the webpage address selection component is improved.

Description

Display method and device of webpage address selection component, storage medium and terminal
Technical Field
The embodiment of the invention relates to the technical field of data processing, in particular to a display method and device of a webpage address selection component, a storage medium and a terminal.
Background
When a mobile terminal webpage is developed, an address selection scene is often encountered, and a display method of a webpage address selection component in the prior art is as follows: when a user accesses an HTML (Hyper Text Mark-up Language) page at a mobile terminal, the mobile terminal respectively and automatically loads a CSS (cascading style Sheets) style file and a functional JavaScript file according to a CSS (cascading style Sheets) style address and a functional JavaScript address in an HTML code file corresponding to the HTML page. And when a trigger event for displaying the webpage address selection component is detected, displaying the webpage address selection component according to the loaded CSS style file and the loaded functional JavaScript file.
In the process of implementing the invention, the inventor finds that at least the following technical problems exist in the prior art: when the user does not trigger the display event of the webpage address selection component, the CSS style file and the function JavaScript file are still loaded in the HTML code file, so that redundant code files exist in the HTML code file, the volume of the HTML code file is larger, and the page loading efficiency and the display efficiency of the webpage address selection component are reduced. Meanwhile, CSS style addresses and functional JavaScript addresses need to be added to at least two places in the HTML code file, which is troublesome and difficult to maintain, and thus, the workload of a user of the web page address selection component (i.e., a developer of a web page of the mobile terminal) is increased, and the development cost of the user of the web page address selection component on web page development is increased. Therefore, how to improve the display efficiency of the web page address selection component and reduce the development cost of web page development for users of the web page address selection component becomes important.
Disclosure of Invention
The embodiment of the invention provides a display method, a display device, a storage medium and a terminal of a webpage address selection component, which are used for improving the display efficiency of the webpage address selection component and reducing the webpage development cost.
In a first aspect, an embodiment of the present invention provides a method for displaying a web page address selection component, where the method includes:
reading a reference address of a function file of a webpage address selection component from an HTML file corresponding to a current display page;
loading a function file based on the reference address of the function file; wherein, the function file contains the reference address of the CSS style file;
when a trigger event for displaying the webpage address selection component is detected, loading the CSS style file based on the reference address of the CSS style file, and reading definition information of the webpage address selection component from the function file;
and displaying the webpage address selection component based on the definition information of the webpage address selection component and the CSS style file.
In a second aspect, an embodiment of the present invention further provides a display device for a web page address selection component, where the display device includes:
the reference address reading module is used for reading a reference address of a function file of the webpage address selection component from an HTML file corresponding to the current display page;
The function file loading module is used for loading the function file based on the reference address of the function file; wherein, the function file contains the reference address of the CSS style file;
the style file loading module is used for loading the CSS style file based on the reference address of the CSS style file and reading the definition information of the webpage address selection component from the function file when a trigger event for displaying the webpage address selection component is detected;
and the address selection component display module is used for displaying the webpage address selection component based on the definition information of the webpage address selection component and the CSS style file.
In a third aspect, an embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by a processor to implement a display method of a web page address selection component according to an embodiment of the present invention.
In a fourth aspect, an embodiment of the present invention provides a terminal, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the computer program to implement the display method of the web page address selection component according to the embodiment of the present invention.
According to the method for displaying the webpage address selection component, when a user opens a page, a terminal reads a reference address of a function file of the webpage address selection component from an HTML file corresponding to the currently displayed page, loads the function file based on the reference address of the function file, wherein the function file comprises the reference address of a CSS style file, loads the CSS style file based on the reference address of the CSS style file when a trigger event of the webpage address selection component is detected, reads definition information of the webpage address selection component from the function file, and finally displays the webpage address selection component based on the definition information of the webpage address selection component and the CSS style file. By adopting the technical means, the display scheme of the existing webpage address selection component is optimized, when the webpage address selection component needs to be displayed, the CSS style file is dynamically loaded according to the reference address of the CSS style file contained in the function file, and then the webpage address selection component is displayed, so that the situation that redundant code files are loaded in HTML code files when the webpage address selection component is not displayed can be effectively avoided, the display efficiency of the webpage address selection component is improved, meanwhile, only the reference address of one function file needs to be referenced in the HTML files, the reference and maintenance cost during webpage development is reduced, and the development cost of a user of the webpage address selection component on webpage development can be further reduced.
Drawings
Fig. 1 is a schematic flowchart illustrating a method for displaying a web page address selection component according to an embodiment of the present invention;
FIG. 2 is a schematic diagram illustrating a pop-up frame display of a web page address selection component according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of another pop-up display of a web page address selection component according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating a display method of another web page address selection component according to an embodiment of the present invention;
FIG. 5 is a flowchart illustrating a display method of another web page address selection component according to an embodiment of the present invention;
FIG. 6 is a block diagram of a display device of a web page address selection component according to an embodiment of the present invention;
fig. 7 is a block diagram of a terminal according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Fig. 1 is a flowchart illustrating a method for displaying a web page address selection component according to an embodiment of the present invention, where the method may be performed by a display apparatus of the web page address selection component, where the apparatus may be implemented by software and/or hardware, and may be generally integrated in a terminal device. As shown in fig. 1, the method includes:
Step 101, reading the reference address of the function file of the webpage address selection component from the HTML file corresponding to the current display page.
Illustratively, the terminal may include, but is not limited to, a terminal device such as a smart phone, a tablet computer, a notebook computer, a palm computer, etc. The operating system of the terminal may include, but is not limited to, an Android operating system, an IOS operating system, a Windows Phone8 operating system, and the like.
In the embodiment of the invention, when an access request of a user for opening an HTML page is received, the HTML file is obtained and the HTML page is opened. The HTML page can include a browser page and also can include a Webview page in the APP, wherein the Webview can be used for loading a webpage according to a link and displaying the webpage in a corresponding view, and the Webview can be understood as the browser in the APP. Wherein, the HTML page currently accessed by the user can be understood as the currently displayed page. The HTML file corresponding to the currently displayed page contains a reference address of the function file of the web address selection component, wherein the reference address of the function file can be understood as address information or an address identifier of the function file of the web address selection component, the corresponding function file can be loaded according to the reference address of the function file, the function file of the web address selection component can include a function JavaScript file and a function C language file, and it needs to be noted that the embodiment of the present invention does not limit the type of the function file of the web address selection component. The function file mainly limits the functions of the webpage address selection component and has the functions of data request and data processing. And reading the reference address of the function file of the webpage address selection component from the HTML file corresponding to the current display page. Illustratively, the function file of the web page address selection component comprises a function JavaScript file, and then the reference address of the function JavaScript file of the web page address selection component is read from the HTML file of the currently displayed page.
102, loading a function file based on the reference address of the function file; wherein, the function file contains the reference address of the CSS style file.
In the embodiment of the invention, the function file is loaded based on the reference address of the function file, namely, the function file corresponding to the reference address is downloaded according to the reference address of the function file. Illustratively, the functional JavaScript file of the web address selection component is loaded according to the reference address of the functional JavaScript file of the web address selection component. The function file of the web page address selection component contains a reference address of the CSS style file, and it can be understood that the reference address of the CSS style file can be understood as address information or address identification of the CSS style file, and the CSS style file corresponding to the reference address of the CSS style file can be dynamically loaded through the reference address of the CSS style file.
And 103, loading the CSS style file based on the reference address of the CSS style file when a trigger event for displaying the webpage address selection component is detected, and reading the definition information of the webpage address selection component from the function file.
For example, the trigger condition for displaying the web page address selection component may be set according to an actual situation, and the embodiment of the present invention is not limited in particular. For example, the display event of the web page address selection component may be triggered when some preset operation (such as a double-click operation, a sliding operation, or an input of a preset control gesture) performed by the user on the currently displayed page is detected, that is, the trigger event indicating that the web page address selection component is detected; or when the address information acquisition instruction is detected, a display event of the web page address selection component is triggered, that is, a trigger event indicating that the web page address selection component is detected. When the trigger event for displaying the web page address selection component is detected, the system may detect the trigger event for displaying the web page address selection component by reading the flag bit or receiving a trigger instruction, and the like.
In the embodiment of the invention, when a trigger event for displaying the webpage address selection component is detected, the CSS style file is loaded based on the reference address of the CSS style file, and the definition information of the webpage address selection component is read from the function file. It can be understood that, when the webpage address selection component needs to be displayed, the CSS style file corresponding to the reference address is downloaded according to the reference address of the CSS style file, and the definition information of the webpage address selection component is acquired from the function file. The CSS style file is understood as a computer language for expressing a file style such as HTML or XML, and various style description information is included in the CSS style file. The definition information of the web page address selection component may be understood as definition information of at least one of an internal structure, a display attribute, a display mode and a data processing flow of the web page address selection component.
Illustratively, the CSS style file may be dynamically loaded based on the reference address of the CSS style file by creating a link label. Since the link tag is usually placed in a head tag (head tag) of a web page and used for linking an external CSS file, in the embodiment of the present invention, after the link tag is loaded into the CSS style file, a link tag for linking a downloaded CSS style file is added to an HTML file corresponding to a currently displayed page to indicate that the CSS style file is applied to display of a web address selection component of the currently displayed page, and then, when the web address selection component is displayed, the link tag is displayed based on the CSS style file.
Illustratively, reading the definition information of the web page address selection component from the function file comprises: and reading an address selection class from the function file. Optionally, the address selection class may include address selection attribute information, an externally provided method, and configuration parameters. The address selection attribute information is used for controlling the display attribute of the webpage address selection component, the externally-provided method is used for controlling the display mode of the webpage address selection component, and the configuration parameters are used for controlling the display content of the webpage address selection component. For example, the address selection attribute information may include attribute information such as a background color of the web page address selection component, a frame size of the web page address selection component, and the like. The method for providing the foreign object may include displaying a web page address selection component, hiding the web page address selection component, and obtaining a user selected value. The configuration parameters may include the title of the address selection box, the interface address of each level of the domain, and the selection prompt of each level of the domain.
And 104, displaying the webpage address selection component based on the definition information of the webpage address selection component and the CSS style file.
In the embodiment of the invention, the webpage address selection component is displayed according to the definition information of the webpage address selection component and the CSS style file, namely, the webpage address selection component is displayed according to the definition information of the webpage address selection component and the style description information in the CSS style file.
Optionally, displaying the web page address selection component based on the definition information of the web page address selection component and the CSS style file includes: creating an address selection object according to the address selection class and the preset configuration parameters of the webpage address selection component; and calling a component display method in the address selection object based on the style description information in the CSS style file to display the webpage address selection component. Illustratively, the preset configuration parameters of the web page address selection component are obtained, wherein the preset configuration parameters of the web page address selection component can be understood as the configuration parameters of the web page address selection component set by a web page developer (i.e., a user of the web page address selection component) during web page development. The preset configuration parameters of the web page address selection component may include some specific definitions of objects in the address selection class, such as specific parameter settings for address selection attribute information, externally provided methods, and configuration parameters in the address selection class. Then, an address selection object is created according to the address selection class and the preset configuration parameters of the webpage address selection component, namely, the address selection class is instantiated according to the preset configuration parameters of the webpage address selection component to create the address selection object. The created address selection object comprises a display method of the webpage address selection component corresponding to the preset configuration parameters of the webpage address selection component. And calling a component display method in the address selection object based on the style description information in the CSS style file to display the net friend address selection component. It is to be understood that the style description information in the CSS style file is used as an input parameter of the address selection object to call a component display method in the address selection object, and the web page address selection component is displayed based on the called component display method.
For example, when the web page address selection component is displayed, the web page address selection component may be displayed in a pop-up frame form in the currently displayed page. As shown in fig. 2 and 3, two display modes of the pop-up frame of the web page address selection component are shown.
Optionally, when the web address selection component is displayed, an animation effect when the web address selection component is displayed may be added according to the CSS style file. Illustratively, whether animation effects need to be set and displayed on the web address selection component can be monitored through the transition function transition in the CSS style file, and if so, different animation effects can be achieved by modifying the transition attribute information in the CSS style in the web address selection component. For example, the animation effect when the web page address selection component is displayed may be set to slide from the bottom of the currently displayed page up into the currently displayed page.
Optionally, when the current display page displays the web address selection component, it may be determined whether the current display page supports a seajs mode loaded by the module, if so, the web address selection component is called in the seajs mode, otherwise, the web address selection component is called in the global object mode. The seajs can be understood as a JavaScript module loading frame conforming to CMD specifications, so that the modular development of JavaScript can be realized, the function code file of the webpage address selection component can be used as a module to be called in a seajs mode, the global variable in webpage development cannot be polluted, and the maintenance cost in webpage development can be reduced.
According to the method for displaying the webpage address selection component, when a user opens a page, a terminal reads a reference address of a function file of the webpage address selection component from an HTML file corresponding to the currently displayed page, loads the function file based on the reference address of the function file, wherein the function file comprises the reference address of a CSS style file, loads the CSS style file based on the reference address of the CSS style file when a trigger event of the webpage address selection component is detected, reads definition information of the webpage address selection component from the function file, and finally displays the webpage address selection component based on the definition information of the webpage address selection component and the CSS style file. By adopting the technical means, the display scheme of the existing webpage address selection component is optimized, when the webpage address selection component needs to be displayed, the CSS style file is dynamically loaded according to the reference address of the CSS style file contained in the function file, and then the webpage address selection component is displayed, so that the situation that redundant code files are loaded in HTML code files when the webpage address selection component is not displayed can be effectively avoided, the display efficiency of the webpage address selection component is improved, meanwhile, only the reference address of one function file needs to be referenced in the HTML files, the reference and maintenance cost during webpage development is reduced, and the development cost of a user of the webpage address selection component on webpage development can be further reduced.
In some embodiments, displaying the web page address selection component based on the display information of the web page address selection component and the CSS style file comprises: judging whether the loading of the CSS style file is finished or not; if so, displaying the webpage address selection component based on the definition information of the webpage address selection component and the loaded CSS style file; otherwise, the task displaying the webpage address selection component is placed in a task list, and when the loading of the CSS style file is completed, the webpage address selection component is displayed based on the definition information of the webpage address selection component and the loaded CSS style file. The webpage address selection component can be normally displayed, the display effectiveness of the webpage address selection component is guaranteed, and the situation that the webpage address selection component cannot normally display when the CSS style file is not loaded completely is avoided.
For example, in the process of loading the CSS style file based on the reference address of the CSS style file, because the loaded CSS style file is large and the loading time is long, when the CSS style file is not completely loaded, the web address selection component is directly displayed based on the acquired definition information of the web address selection component and the unloaded CSS style file, which may easily cause the web address selection component not to be normally displayed. Based on the consideration, whether the CSS style file is loaded completely or not can be judged, if yes, the webpage address selection component is displayed based on the definition information of the webpage address selection component and the loaded CSS style file, if not, the CSS style file is continuously loaded, the display task of the webpage address selection component is placed in a task list, and when the CSS style file is loaded completely, the task of displaying the webpage address selection component in the task list is executed, namely, the webpage address selection component is displayed based on the definition information of the webpage address selection component and the loaded CSS style file.
Optionally, before displaying the web address selection component based on the definition information of the web address selection component and the CSS style file, the method further includes: and judging whether first-level region data is acquired, if so, displaying the webpage address selection component based on the definition information of the webpage address selection component and the CSS style file. The first-level region data is used when the webpage address selection component displays. It can be understood that, in order to avoid the delay of the first-level region data in the current display page, the web page address selection address may be displayed after the first-level region data is acquired.
In some embodiments, before displaying the web address selection component based on the definition information of the web address selection component and the CSS style file, further comprising: acquiring width information and height information of a screen of the terminal equipment; calculating the adaptation information of the webpage address selection component according to the width information and the height information; the adaptation information comprises the size of a webpage address selection component and the size of a word size in the webpage address selection component; displaying the web address selection component based on the definition information of the web address selection component and the CSS style file, comprising: and displaying the webpage address selection component based on the definition information of the webpage address selection component, the CSS style file and the adaptation information. The advantage of this arrangement is that the size of the screen of the terminal device can be adapted when the webpage address selection component is displayed, so that the webpage address selection component can be enlarged or reduced in equal proportion under different terminal screen sizes.
Illustratively, width information and height information of a screen of the terminal device for displaying a current display page are acquired, wherein the width information and the height information may include an actual width and an actual height of the screen, and may also include a pixel width and a pixel height of the screen. And calculating the adaptation information of the webpage address selection component according to the width information and the height information according to the set standard screen size. When the proportional relationship between the width information and the width of the standard screen size is inconsistent with the proportional relationship between the height information and the height of the standard screen size, the adaptation information of the web page address selection component can be calculated based on the proportional relationship between the width information and the width of the standard screen size. The adaptation information of the web page address selection component can comprise the size displayed on the screen of the terminal equipment when the web page address selection component is displayed and the size of the word size of characters displayed in the web page address component. And then displaying the webpage address selection component based on the definition display information, the CSS style file and the adaptation information of the webpage address selection component. For example, the style description information in the CSS style file and the adaptation information of the web address selection component may be used as input parameters, a component display method in the definition information of the web address selection component may be called, and the web address selection component may be displayed based on the called component display method.
Fig. 4 is a schematic flowchart of a display method of another web page address selection component according to an embodiment of the present invention, and as shown in fig. 4, the method includes the following steps:
step 401, reading a reference address of a function file of the web page address selection component from an HTML file corresponding to the current display page.
Step 402, loading a function file based on the reference address of the function file; wherein, the function file contains the reference address of the CSS style file.
Step 403, when a trigger event for displaying the web page address selection component is detected, loading the CSS style file based on the reference address of the CSS style file, and reading the definition information of the web page address selection component from the function file.
Step 404, displaying the webpage address selection component based on the definition information of the webpage address selection component and the CSS style file.
Step 405, when detecting an address selection operation performed on the web page address selection component by a user, determining whether the region data corresponding to the address selection operation is the last-stage region data, if so, executing step 406, otherwise, executing step 407.
And 406, closing the webpage address selection component, and displaying the region data corresponding to the address selection operation by calling a successful callback function.
Step 407, obtaining next-level region data of the region data corresponding to the address selection operation, and rendering the next-level region data to the current display page.
In the embodiment of the invention, when the address selection operation acted on the webpage address selection component by the user is detected, whether the region data corresponding to the address selection operation is the last-stage region data is judged, if so, the situation that the region selection does not continue to exist after the region data corresponding to the region selection operation is explained, at the moment, the webpage address selection component can be directly closed, and the region data corresponding to the address selection operation is displayed in the current display page through calling the successful callback function. When the fact that the region data corresponding to the address selection operation is not the last-stage region data is determined, it is indicated that the user may need to continue to select the next-stage region data in the webpage address selection component, the next-stage region data of the region data corresponding to the address selection operation is obtained, and the next-stage region data is rendered into a current display page for the user to select the address. For example, when the web page address selection component includes region data of four levels, i.e., city, district, town, and street, in common, if the region data corresponding to the address selection operation performed by the user on the web page address selection component is the region data of four levels (i.e., the region data related to the street), the web page address selection component is closed, and the region data of four levels selected by the user is displayed in the current display page. If the region data corresponding to the address selection operation acted on the webpage address selection component by the user is second-level region data (namely region-related region data), acquiring town-related region data, and rendering the town-related region data to a current display page for the user to select specific third-level region data.
Optionally, the obtaining of the next-stage region data of the region data corresponding to the address selection operation includes: judging whether next-level region data of the region data corresponding to the address selection operation exists in a cache, if so, acquiring the next-level region data from the cache; otherwise, the next-stage region data is obtained by calling a callback function of the formatting parameter. The method has the advantages that the data stored in the cache can be reasonably utilized, the time for downloading the webpage resources is saved, the speed for acquiring the next-level regional data of the regional data corresponding to the address selection operation can be effectively increased, the flow is saved, and the user experience is improved.
Optionally, the obtaining the next-level region data by calling a callback function of the formatting parameter includes: determining a region grade number of region data corresponding to the address selection operation and a parent-level region number of the region grade number; taking the region grade number and the parent-level region number as input parameters, calling a callback function of the formatting parameter to combine the region grade number and the parent-level region number, and generating a request parameter for acquiring next-level region data; generating an Ajax request according to the request parameters and preset Ajax request configuration parameters, and sending the Ajax request to a server; and judging whether data corresponding to the Ajax request fed back by the server is received within a preset time period, if so, taking the data corresponding to the Ajax request as next-level region data.
In the embodiment of the present invention, the region level number of the region data corresponding to the region selection operation and the parent region number of the region level number are determined, where the parent region number of the region level number can be understood as the previous region level number of the region level number. For example, if the region data corresponding to the region selection operation is the second-level region data, the region rank number of the region data corresponding to the region selection operation is 2, and the parent region number of the region rank number is 1. In another example, if the region data corresponding to the region selection operation is the first-level region data, the region rank number of the region data corresponding to the region selection operation is 1, and if there is no parent region number, the parent region number of the region rank number may be set to 0. And then, taking the region grade number and the parent-level region number as input parameters, calling a callback function of the formatting parameters to combine the region grade number and the parent-level region number, and generating a request parameter for acquiring next-level region data. That is, the callback function of the formatting parameter performs combined processing on the region level number and the parent region number to generate a request parameter for acquiring next-level region data. And generating an Ajax request by using the request parameters of the next-level region data and preset Ajax request configuration parameters, and sending the Ajax request to a server so as to obtain data corresponding to the Ajax request from the server side as the next-level region data.
Optionally, if data corresponding to the Ajax request fed back by the server is received within a preset time period, the data corresponding to the Ajax request is used as next-level region data, and the next-level region data is stored in the cache for subsequent use. Optionally, if data corresponding to the Ajax request fed back by the server is received within a preset time period, the data corresponding to the Ajax request fed back by the server may be used as an input parameter, a callback function of formatted return data is called to format the data corresponding to the Ajax request, and the final data after the data corresponding to the Ajax request is formatted is used as next-level region data, so that the obtained next-level region data meets the format requirement. For example, invoking a callback function for formatting return data to format data corresponding to the Ajax request may include: and generating an array of data corresponding to the Ajax request, wherein each item in the array comprises a key and a value, the key corresponds to the internal value, and the value is used for being displayed in the current display page. Optionally, before the data corresponding to the Ajax request is used as next-level region data, determining whether the data corresponding to the Ajax request is valid, if so, using the data corresponding to the Ajax request as next-level region data, otherwise, closing the web address selection component, and displaying the region data corresponding to the address selection operation, which is performed by the user on the web address selection component, by calling a successful callback function. Optionally, if data corresponding to the Ajax request and fed back by the server is not received within a preset time period, notifying the user that the next-level region data cannot be acquired by calling the callback function with the request failure.
It should be noted that the callback function of the formatting parameter, the callback function of the request failure, the callback function of the formatting return data, and the Ajax request configuration parameter may be included in the address selection class of the function file of the web address selection component, so as to be conveniently used when data request and data processing are performed on the web address selection component.
The method for displaying the webpage address selection component optimizes the display scheme of the existing webpage address selection component, dynamically loads the CSS style file according to the reference address of the CSS style file contained in the function file when the webpage address selection component needs to be displayed, then displays the webpage address selection component, can effectively avoid loading redundant code files in HTML code files when the webpage address selection component is not displayed, improves the display efficiency of the webpage address selection component, simultaneously only needs to reference the reference address of one function file in the HTML file, reduces the reference and maintenance cost during webpage development, and can further reduce the development cost of a user of the webpage address selection component on webpage development. In addition, address data requests and processing logics are added in the webpage address selection component, so that the workload of a user for data processing can be reduced, the display efficiency of regional data is improved, and the user experience is improved.
Fig. 5 is a schematic flowchart of a display method of another web page address selection component according to an embodiment of the present invention, and as shown in fig. 5, the method includes the following steps:
step 501, reading the reference address of the function file of the web page address selection component from the HTML file corresponding to the current display page.
Step 502, loading a function file based on the reference address of the function file; wherein, the function file contains the reference address of the CSS style file.
Step 503, when a trigger event for displaying the web page address selection component is detected, loading the CSS style file based on the reference address of the CSS style file, and reading the definition information of the web page address selection component from the function file.
Step 504, judging whether the loading of the CSS style file is finished, if so, executing step 505, otherwise, executing step 506;
and 505, displaying the webpage address selection component based on the definition information of the webpage address selection component and the loaded CSS style file.
Step 506, placing the task displaying the webpage address selection component in a task list, and displaying the webpage address selection component based on the definition information of the webpage address selection component and the loaded CSS style file when the CSS style file is loaded.
And 507, when detecting that the address selection operation acted on the webpage address selection component by the user is detected, judging whether the region data corresponding to the address selection operation is the last-stage region data, if so, executing a step 508, and otherwise, executing a step 509.
And step 508, closing the webpage address selection component, and displaying the region data corresponding to the address selection operation by calling a successful callback function.
Step 509, determining a region level number of the region data corresponding to the address selection operation and a parent region number of the region level number;
step 510, taking the region level number and the parent region number as input parameters, calling a callback function of the formatting parameter to combine the region level number and the parent region number, and generating a request parameter for acquiring next-level region data;
step 511, generating an Ajax request according to the request parameters and preset Ajax request configuration parameters, and sending the Ajax request to a server;
and 512, judging whether data corresponding to the Ajax request fed back by the server is received within a preset time period, if so, executing a step 513, and otherwise, executing a step 514.
And 513, taking the data corresponding to the Ajax request as next-level region data, and rendering the next-level region data to the current display page.
And step 514, notifying the user that the next-level region data cannot be acquired through the callback function with failed call request.
The method for displaying the webpage address selection component optimizes the display scheme of the existing webpage address selection component, dynamically loads the CSS style file according to the reference address of the CSS style file contained in the function file when the webpage address selection component needs to be displayed, then displays the webpage address selection component, can effectively avoid loading redundant code files in HTML code files when the webpage address selection component is not displayed, improves the display efficiency of the webpage address selection component, simultaneously only needs to reference the reference address of one function file in the HTML file, reduces the reference and maintenance cost during webpage development, and can further reduce the development cost of a user of the webpage address selection component on webpage development. In addition, address data requests and processing logics are added in the webpage address selection component, so that the workload of a user for data processing can be reduced, the display efficiency of regional data is improved, and the user experience is improved. In addition, the next-level region data is obtained from the cache, so that the data stored in the cache can be reasonably utilized, the time for downloading the webpage resources is saved, the speed for obtaining the next-level region data of the region data corresponding to the address selection operation can be effectively increased, the flow is saved, and the user experience is improved.
Fig. 6 is a block diagram of a display device for a web page address selection component according to an embodiment of the present invention, where the display device may be implemented by software and/or hardware, and is generally integrated in a terminal, and may perform display of the web page address selection component by executing a display method of the web page address selection component. As shown in fig. 6, the apparatus includes:
a reference address reading module 601, configured to read a reference address of a function file of a web page address selection component from an HTML file corresponding to a current display page;
a function file loading module 602, configured to load a function file based on a reference address of the function file; wherein, the function file contains the reference address of the CSS style file;
the style file loading module 603 is configured to, when a trigger event for displaying a web address selection component is detected, load a CSS style file based on a reference address of the CSS style file, and read definition information of the web address selection component from the function file;
an address selection component display module 604, configured to display a web page address selection component based on the definition information of the web page address selection component and the CSS style file.
According to the display device of the webpage address selection component provided by the embodiment of the invention, when a user opens a page, a terminal reads a reference address of a function file of the webpage address selection component from an HTML file corresponding to the currently displayed page, and loads the function file based on the reference address of the function file, wherein the function file comprises the reference address of a CSS style file, when a trigger event of the webpage address selection component is detected, the CSS style file is loaded based on the reference address of the CSS style file, definition information of the webpage address selection component is read from the function file, and finally the webpage address selection component is displayed based on the definition information of the webpage address selection component and the CSS style file. By adopting the technical means, the display scheme of the existing webpage address selection component is optimized, when the webpage address selection component needs to be displayed, the CSS style file is dynamically loaded according to the reference address of the CSS style file contained in the function file, and then the webpage address selection component is displayed, so that the situation that redundant code files are loaded in HTML code files when the webpage address selection component is not displayed can be effectively avoided, the display efficiency of the webpage address selection component is improved, meanwhile, only the reference address of one function file needs to be referenced in the HTML files, the reference and maintenance cost during webpage development is reduced, and the development cost of a user of the webpage address selection component on webpage development can be further reduced.
Optionally, reading definition information of the web page address selection component from the function file, including:
reading an address selection class from the function file;
correspondingly, the address selection component display module is configured to:
creating an address selection object according to the address selection class and the preset configuration parameters of the webpage address selection component;
and calling a component display method in the address selection object based on the style description information in the CSS style file to display the webpage address selection component.
Optionally, the address selecting component displaying module is configured to:
judging whether the loading of the CSS style file is finished or not;
if so, displaying the webpage address selection component based on the definition information of the webpage address selection component and the loaded CSS style file; otherwise, the task displaying the webpage address selection component is placed in a task list, and when the loading of the CSS style file is completed, the webpage address selection component is displayed based on the definition information of the webpage address selection component and the loaded CSS style file.
Optionally, the apparatus further comprises:
the screen information acquisition module is used for acquiring width information and height information of a screen of the terminal equipment before the webpage address selection component is displayed on the basis of the definition information of the webpage address selection component and the CSS style file;
The adaptive information calculation module is used for calculating adaptive information of the webpage address selection component according to the width information and the height information; the adaptation information comprises the size of a webpage address selection component and the size of a word size in the webpage address selection component;
the address selection component display module is configured to:
and displaying the webpage address selection component based on the definition information of the webpage address selection component, the CSS style file and the adaptation information.
Optionally, the apparatus further comprises:
the region data judging module is used for judging whether the region data corresponding to the address selection operation is the last-stage region data or not when detecting the address selection operation acted on the webpage address selection component by a user after the webpage address selection component is displayed on the basis of the definition information of the webpage address selection component and the CSS style file;
the region data display module is used for closing the webpage address selection component and displaying the region data corresponding to the address selection operation by calling a successful callback function when the region data corresponding to the address selection operation is determined to be the last-stage region data;
And the region data acquisition module is used for acquiring next-stage region data of the region data corresponding to the address selection operation and rendering the next-stage region data to the current display page when the region data corresponding to the address selection operation is determined not to be the last-stage region data.
Optionally, the region data obtaining module is configured to:
judging whether next-level region data of the region data corresponding to the address selection operation exists in a cache, if so, acquiring the next-level region data from the cache; otherwise, the next-stage region data is obtained by calling a callback function of the formatting parameter.
Optionally, the obtaining the next-level region data by calling a callback function of the formatting parameter includes:
determining a region grade number of region data corresponding to the address selection operation and a parent-level region number of the region grade number;
taking the region grade number and the parent-level region number as input parameters, calling a callback function of the formatting parameter to combine the region grade number and the parent-level region number, and generating a request parameter for acquiring next-level region data;
Generating an Ajax request according to the request parameters and preset Ajax request configuration parameters, and sending the Ajax request to a server;
and judging whether data corresponding to the Ajax request fed back by the server is received within a preset time period, if so, taking the data corresponding to the Ajax request as next-level region data.
Optionally, the method further includes:
and the user notification module is used for notifying a user that the next-level region data cannot be acquired through a callback function with a failed call request if the data corresponding to the Ajax request and fed back by the server are not received within a preset time period.
Embodiments of the present invention also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, perform a method for displaying a web page address selection component, the method including:
reading a reference address of a function file of a webpage address selection component from an HTML file corresponding to a current display page;
loading a function file based on the reference address of the function file; wherein, the function file contains the reference address of the CSS style file;
when a trigger event for displaying the webpage address selection component is detected, loading the CSS style file based on the reference address of the CSS style file, and reading definition information of the webpage address selection component from the function file;
And displaying the webpage address selection component based on the definition information of the webpage address selection component and the CSS style file.
Storage medium-any of various types of memory devices or storage devices. The term "storage medium" is intended to include: mounting media such as CD-ROM, floppy disk, or tape devices; computer system memory or random access memory such as DRAM, DDRRAM, SRAM, EDORAM, Lanbas (Rambus) RAM, etc.; non-volatile memory such as flash memory, magnetic media (e.g., hard disk or optical storage); registers or other similar types of memory elements, etc. The storage medium may also include other types of memory or combinations thereof. In addition, the storage medium may be located in a first computer system in which the program is executed, or may be located in a different second computer system connected to the first computer system through a network (such as the internet). The second computer system may provide program instructions to the first computer for execution. The term "storage medium" may include two or more storage media that may reside in different locations, such as in different computer systems that are connected by a network. The storage medium may store program instructions (e.g., embodied as a computer program) that are executable by one or more processors.
Of course, the storage medium containing the computer-executable instructions provided in the embodiments of the present invention is not limited to the above-described display operation of the web page address selection component, and may also perform related operations in the display method of the web page address selection component provided in any embodiments of the present invention.
The embodiment of the invention provides a terminal, and a display device of a webpage address selection component provided by the embodiment of the invention can be integrated in the terminal. Fig. 7 is a block diagram of a terminal according to an embodiment of the present invention. The terminal 700 may include: the display device comprises a memory 701, a processor 702 and a computer program which is stored on the memory 701 and can be run by the processor, wherein the processor 702 executes the computer program to realize the display method of the web page address selection component according to the embodiment of the invention.
According to the terminal provided by the embodiment of the invention, when a user opens a page, the terminal reads the reference address of the function file of the webpage address selection component from the HTML file corresponding to the currently displayed page, and loads the function file based on the reference address of the function file, wherein the function file comprises the reference address of the CSS style file, when the trigger event of the webpage address selection component is detected, the CSS style file is loaded based on the reference address of the CSS style file, the definition information of the webpage address selection component is read from the function file, and finally the webpage address selection component is displayed based on the definition information of the webpage address selection component and the CSS style file. By adopting the technical means, the display scheme of the existing webpage address selection component is optimized, when the webpage address selection component needs to be displayed, the CSS style file is dynamically loaded according to the reference address of the CSS style file contained in the function file, and then the webpage address selection component is displayed, so that the situation that redundant code files are loaded in HTML code files when the webpage address selection component is not displayed can be effectively avoided, the display efficiency of the webpage address selection component is improved, meanwhile, only the reference address of one function file needs to be referenced in the HTML files, the reference and maintenance cost during webpage development is reduced, and the development cost of a user of the webpage address selection component on webpage development can be further reduced.
The display device, the storage medium and the terminal of the web page address selection component provided in the above embodiments can execute the display method of the web page address selection component provided in any embodiment of the present invention, and have corresponding functional modules and beneficial effects for executing the method. For details of the technology not described in detail in the above embodiments, reference may be made to a method for displaying a web page address selection component according to any embodiment of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (11)

1. A method for displaying a web page address selection component, comprising:
reading a reference address of a function file of a webpage address selection component from a hypertext markup language (HTML) file corresponding to a current display page;
Loading a function file based on the reference address of the function file; the function file comprises a reference address of a Cascading Style Sheet (CSS) style file;
when a trigger event for displaying the webpage address selection component is detected, loading the CSS style file based on the reference address of the CSS style file, and reading definition information of the webpage address selection component from the function file;
and displaying the webpage address selection component based on the definition information of the webpage address selection component and the CSS style file.
2. The method of claim 1, wherein reading the definition information of the web page address selection component from the function file comprises:
reading an address selection class from the function file;
correspondingly, the displaying the web page address selection component based on the definition information of the web page address selection component and the CSS style file comprises:
creating an address selection object according to the address selection class and the preset configuration parameters of the webpage address selection component;
and calling a component display method in the address selection object based on the style description information in the CSS style file to display the webpage address selection component.
3. The method of claim 1, wherein displaying the web address selection component based on the display information of the web address selection component and the CSS style file comprises:
judging whether the loading of the CSS style file is finished or not;
if so, displaying the webpage address selection component based on the definition information of the webpage address selection component and the loaded CSS style file; otherwise, the task displaying the webpage address selection component is placed in a task list, and when the loading of the CSS style file is completed, the webpage address selection component is displayed based on the definition information of the webpage address selection component and the loaded CSS style file.
4. The method of claim 1, further comprising, prior to displaying the web address selection component based on the definition information of the web address selection component and the CSS style file:
acquiring width information and height information of a screen of the terminal equipment;
calculating the adaptation information of the webpage address selection component according to the width information and the height information; the adaptation information comprises the size of a webpage address selection component and the size of a word size in the webpage address selection component;
Displaying the web address selection component based on the definition information of the web address selection component and the CSS style file, comprising:
and displaying the webpage address selection component based on the definition information of the webpage address selection component, the CSS style file and the adaptation information.
5. The method of claim 1, further comprising, after displaying the web address selection component based on the definition information of the web address selection component and the CSS style file:
when detecting an address selection operation acted on the webpage address selection component by a user, judging whether the region data corresponding to the address selection operation is the last-stage region data, if so, closing the webpage address selection component, and displaying the region data corresponding to the address selection operation by calling a successful callback function; otherwise, the next-level region data of the region data corresponding to the address selection operation is obtained, and the next-level region data is rendered into the current display page.
6. The method according to claim 5, wherein obtaining the next-level region data of the region data corresponding to the address selection operation comprises:
Judging whether next-level region data of the region data corresponding to the address selection operation exists in a cache, if so, acquiring the next-level region data from the cache; otherwise, the next-stage region data is obtained by calling a callback function of the formatting parameter.
7. The method of claim 6, wherein obtaining the next-level geographic data by calling a callback function of a formatting parameter comprises:
determining a region grade number of region data corresponding to the address selection operation and a parent-level region number of the region grade number;
taking the region grade number and the parent-level region number as input parameters, calling a callback function of the formatting parameter to combine the region grade number and the parent-level region number, and generating a request parameter for acquiring next-level region data;
generating an Ajax request according to the request parameters and preset asynchronous Ajax request configuration parameters, and sending the Ajax request to a server;
and judging whether data corresponding to the Ajax request fed back by the server is received within a preset time period, if so, taking the data corresponding to the Ajax request as next-level region data.
8. The method of claim 7, further comprising:
and if the data corresponding to the Ajax request fed back by the server is not received within a preset time period, notifying a user that the next-level region data cannot be acquired through a callback function with failed call request.
9. A display device for a web page address selection component, comprising:
the reference address reading module is used for reading a reference address of a function file of the webpage address selection component from an HTML file corresponding to the current display page;
the function file loading module is used for loading the function file based on the reference address of the function file; wherein, the function file contains the reference address of the CSS style file;
the style file loading module is used for loading the CSS style file based on the reference address of the CSS style file and reading the definition information of the webpage address selection component from the function file when a trigger event for displaying the webpage address selection component is detected;
and the address selection component display module is used for displaying the webpage address selection component based on the definition information of the webpage address selection component and the CSS style file.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the method for displaying a web page address selection component according to any one of claims 1 to 8.
11. A terminal comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of displaying a web address selection component according to any one of claims 1 to 8 when executing the computer program.
CN201910340989.3A 2019-04-25 2019-04-25 Display method and device of webpage address selection component, storage medium and terminal Pending CN111857898A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910340989.3A CN111857898A (en) 2019-04-25 2019-04-25 Display method and device of webpage address selection component, storage medium and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910340989.3A CN111857898A (en) 2019-04-25 2019-04-25 Display method and device of webpage address selection component, storage medium and terminal

Publications (1)

Publication Number Publication Date
CN111857898A true CN111857898A (en) 2020-10-30

Family

ID=72951549

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910340989.3A Pending CN111857898A (en) 2019-04-25 2019-04-25 Display method and device of webpage address selection component, storage medium and terminal

Country Status (1)

Country Link
CN (1) CN111857898A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112732692A (en) * 2021-01-15 2021-04-30 联想(北京)有限公司 Data processing method and device and computer readable storage medium
CN113721923A (en) * 2021-09-02 2021-11-30 北京天融信网络安全技术有限公司 Webpage code optimization method and device, electronic equipment and storage medium
CN114138372A (en) * 2021-12-06 2022-03-04 中国工商银行股份有限公司 Front-end component loading method and device

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103365855A (en) * 2012-03-28 2013-10-23 腾讯科技(深圳)有限公司 Method and server for generating web pages
CN105630992A (en) * 2015-12-25 2016-06-01 网易(杭州)网络有限公司 Scene display method and device in static page
CN105989126A (en) * 2015-02-15 2016-10-05 阿里巴巴集团控股有限公司 Webpage displaying method and device
CN106209925A (en) * 2015-04-29 2016-12-07 阿里巴巴集团控股有限公司 Page loading method, client and system
CN106469429A (en) * 2015-08-18 2017-03-01 阿里巴巴集团控股有限公司 A kind of method, device and electronic equipment determining option by race relation
CN107229633A (en) * 2016-03-24 2017-10-03 北京神州泰岳软件股份有限公司 Static page generation method, Web access method and device
CN107506465A (en) * 2017-08-30 2017-12-22 四川长虹电器股份有限公司 The method that secondary address selection linkage is realized on webpage
CN109284458A (en) * 2018-09-28 2019-01-29 平安普惠企业管理有限公司 Webpage display process, device, computer equipment and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103365855A (en) * 2012-03-28 2013-10-23 腾讯科技(深圳)有限公司 Method and server for generating web pages
CN105989126A (en) * 2015-02-15 2016-10-05 阿里巴巴集团控股有限公司 Webpage displaying method and device
CN106209925A (en) * 2015-04-29 2016-12-07 阿里巴巴集团控股有限公司 Page loading method, client and system
CN106469429A (en) * 2015-08-18 2017-03-01 阿里巴巴集团控股有限公司 A kind of method, device and electronic equipment determining option by race relation
CN105630992A (en) * 2015-12-25 2016-06-01 网易(杭州)网络有限公司 Scene display method and device in static page
CN107229633A (en) * 2016-03-24 2017-10-03 北京神州泰岳软件股份有限公司 Static page generation method, Web access method and device
CN107506465A (en) * 2017-08-30 2017-12-22 四川长虹电器股份有限公司 The method that secondary address selection linkage is realized on webpage
CN109284458A (en) * 2018-09-28 2019-01-29 平安普惠企业管理有限公司 Webpage display process, device, computer equipment and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112732692A (en) * 2021-01-15 2021-04-30 联想(北京)有限公司 Data processing method and device and computer readable storage medium
CN113721923A (en) * 2021-09-02 2021-11-30 北京天融信网络安全技术有限公司 Webpage code optimization method and device, electronic equipment and storage medium
CN113721923B (en) * 2021-09-02 2023-10-13 北京天融信网络安全技术有限公司 Webpage code optimization method and device, electronic equipment and storage medium
CN114138372A (en) * 2021-12-06 2022-03-04 中国工商银行股份有限公司 Front-end component loading method and device

Similar Documents

Publication Publication Date Title
CN110209966B (en) Webpage refreshing method, webpage system and electronic equipment
US20150254475A1 (en) Private browsing mode access for developers
US20090217158A1 (en) Editing a document using a transitory editing surface
CN111857898A (en) Display method and device of webpage address selection component, storage medium and terminal
CN110069683B (en) Method and device for crawling data based on browser
CN109254773A (en) Skeleton page generation method, device, equipment and storage medium
US20150193386A1 (en) System and Method of Facilitating Font Selection and Manipulation of Fonts
CN108717435A (en) Webpage loading method, information processing method, computer equipment and storage medium
US20170212657A1 (en) User interface rendering performance
CN106354483B (en) Data processing method and device and electronic equipment
CN109740041B (en) Webpage crawling method and device, storage medium and computer equipment
CN111158686A (en) Webpage popup frame generation method and device, electronic equipment and storage medium
WO2018010573A1 (en) Method and device for generating script
EP3090357A1 (en) Hosted application marketplaces
US10248392B2 (en) Replicating a web technology
CN110309463B (en) Floor page optimization method and device, computer storage medium and network equipment
CN113535587B (en) Target application detection method and device and computer equipment
CN111399836B (en) Method and device for modifying page attribute
CN113076501A (en) Page processing method, storage medium and equipment
CN111158685A (en) Static page updating method and device, electronic equipment and storage medium
CN112130908A (en) Method and device for setting user guide
CN108829828B (en) Webpage display method and device, electronic equipment and readable storage medium
CN110708270A (en) Abnormal link detection method and device
CN114968528A (en) Policy-based information processing method, electronic device, and storage medium
CN108984247B (en) Information display method, terminal equipment and network equipment thereof

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant after: Jingdong Technology Holding Co.,Ltd.

Address before: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant before: Jingdong Digital Technology Holding Co.,Ltd.

Address after: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant after: Jingdong Digital Technology Holding Co.,Ltd.

Address before: Room 221, 2 / F, block C, 18 Kechuang 11th Street, Daxing District, Beijing, 100176

Applicant before: JINGDONG DIGITAL TECHNOLOGY HOLDINGS Co.,Ltd.

SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination