CN113806670A - Method for processing hypertext markup language data, related device and storage medium - Google Patents

Method for processing hypertext markup language data, related device and storage medium Download PDF

Info

Publication number
CN113806670A
CN113806670A CN202111183155.XA CN202111183155A CN113806670A CN 113806670 A CN113806670 A CN 113806670A CN 202111183155 A CN202111183155 A CN 202111183155A CN 113806670 A CN113806670 A CN 113806670A
Authority
CN
China
Prior art keywords
markup language
hypertext markup
data
application software
complete
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
CN202111183155.XA
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202111183155.XA priority Critical patent/CN113806670A/en
Publication of CN113806670A publication Critical patent/CN113806670A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/205Parsing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/253Grammatical analysis; Style critique

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a processing method of hypertext markup language data, a related device and a storage medium, which can be applied to the field of mobile internet or the field of finance, wherein the processing method of the hypertext markup language data comprises the following steps: receiving a query request of target service data sent by application software; inquiring the target service data from the application database according to the inquiry request of the target service data; adding the target service data into a pre-configured hypertext markup language template to obtain complete hypertext markup language data; the hypertext markup language template is obtained by editing in advance based on hypertext markup language and cascading style sheet grammar; and sending the complete hypertext markup language data to the application software so as to directly display the complete hypertext markup language data through the application software.

Description

Method for processing hypertext markup language data, related device and storage medium
Technical Field
The present application relates to the field of data display technologies, and in particular, to a method for processing hypertext markup language data, a related apparatus, and a storage medium.
Background
Currently, there are many times when business data needs to be displayed on Application software (APP) to provide the business data to users. Currently, it is usually required to display service data on a html web page through a hypertext Markup Language (html) web page, that is, by displaying an html web page.
Therefore, the main implementation manner at present is to obtain the service data requested by the user from the application database, and process the service data into the application data. Meanwhile, the APP obtains html webpage data from the web server, and the html webpage is combined with the application, so that the business data can be displayed on the APP.
However, the existing method needs to purchase and deploy a web server, and also needs to develop a web site, and deploy the web site on a web service, so that the existing method is relatively high in cost, relatively complex in implementation process, and relatively high in requirement on technical threshold of a user.
Disclosure of Invention
Based on the defects of the prior art, the application provides a processing method of hypertext markup language data, a related device and a storage medium, so as to solve the problems that the existing mode is enough in cost and the implementation process is too complex.
In order to achieve the above object, the present application provides the following technical solutions:
the first aspect of the present application provides a method for processing hypertext markup language data, including:
receiving a query request of target service data sent by application software;
inquiring the target service data from an application database according to the inquiry request of the target service data;
adding the target service data into a pre-configured hypertext markup language template to obtain complete hypertext markup language data; the hypertext markup language template is obtained by editing based on hypertext markup language and cascading style sheet grammar in advance;
and sending the complete hypertext markup language data to the application software so as to directly display the complete hypertext markup language data through the application software.
Optionally, in the above method for processing hypertext markup language data, the method for configuring a hypertext markup language template includes:
responding to the compiling operation of a user, and generating an initial hypertext markup language template based on the hypertext markup language and the cascading style sheet grammar;
and responding to the configuration operation of the user, and configuring a plurality of placeholders in the initial hypertext markup language template to obtain the hypertext markup language template.
Optionally, in the method for processing hypertext markup language data, the adding the target service data to a hypertext markup language template edited in advance to obtain complete hypertext markup language data includes:
and respectively replacing corresponding placeholders in the pre-edited hypertext markup language template with various data in the target service data to obtain complete hypertext markup language data.
Optionally, in the above method for processing html data, the sending the complete html data to the application software to directly display the complete html data through the application software includes:
according to a transmission protocol with the application software, packaging the complete hypertext markup language data into a transmission message;
and sending the transmission message to the application software, so that the application software analyzes the transmission message to obtain the complete hypertext markup language data, and directly displaying the complete hypertext markup language data through a web browsing view.
A second aspect of the present application provides a device for processing hypertext markup language data, comprising:
the receiving unit is used for receiving a query request of target service data sent by application software;
the query unit is used for querying the target service data from an application database according to the query request of the target service data;
the adding unit is used for adding the target service data into a pre-configured hypertext markup language template to obtain complete hypertext markup language data; the hypertext markup language template is obtained by editing based on hypertext markup language and cascading style sheet grammar in advance;
and the sending unit is used for sending the complete hypertext markup language data to the application software so as to directly display the complete hypertext markup language data through the application software.
Optionally, in the apparatus for processing html data described above, the apparatus further includes:
the first response unit is used for responding to the compiling operation of a user and generating an initial hypertext markup language template based on the hypertext markup language and the cascading style sheet grammar;
and responding to the configuration operation of the user, and configuring a plurality of placeholders in the initial hypertext markup language template to obtain the hypertext markup language template.
Optionally, in the apparatus for processing html data described above, the adding unit includes:
and the replacing unit is used for respectively replacing corresponding placeholders in the pre-edited hypertext markup language template with various data in the target service data to obtain complete hypertext markup language data.
Optionally, in the apparatus for processing html data described above, the sending unit includes:
the encapsulation unit is used for encapsulating the complete hypertext markup language data into a transmission message according to a transmission protocol between the application software and the encapsulation unit;
and the sending subunit is configured to send the transmission packet to the application software, so that the application software analyzes the transmission packet through the application software to obtain the complete html data, and directly display the complete html data through a web browsing view.
A third aspect of the present application provides an electronic device comprising:
a memory and a processor;
wherein the memory is used for storing programs;
the processor is configured to execute the program, and when the program is executed, the program is specifically configured to implement the processing method of the hypertext markup language data as described in any one of the above items.
A fourth aspect of the present application provides a computer storage medium for storing a computer program which, when executed, is adapted to implement a method of processing hypertext markup language data as recited in any of the above.
When a query request of target service data sent by application software is received, the target service data is queried from an application database according to the query request of the target service data, and then the target service data is added to a pre-configured hypertext markup language template to obtain complete hypertext markup language data. Because the hypertext markup language template is obtained by editing based on the hypertext markup language and the cascading style sheet grammar in advance, the application software can directly display through the self web browsing view, so that the complete hypertext markup language data is sent to the application software, the application software directly displays the complete hypertext markup language data, a web website is not required to be relied on, a web server is not required to be purchased, and complex development is carried out, so that the implementation mode is simplified, and the cost is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a background processing module according to an embodiment of the present disclosure;
FIG. 2 is a flowchart of a method for processing HTML data according to another embodiment of the present application;
FIG. 3 is a flowchart of a method for configuring a HTML template according to another embodiment of the present application;
FIG. 4 is a flowchart of a method for sending complete HTML data according to another embodiment of the present application;
FIG. 5 is a flowchart of another HTML data processing method according to another embodiment of the present application;
FIG. 6 is a schematic structural diagram of an apparatus for processing HTML data according to another embodiment of the present application;
fig. 7 is a schematic structural diagram of an electronic device according to another embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The term "include" and variations thereof as used herein are open-ended, i.e., "including but not limited to". The term "based on" is "based, at least in part, on". The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments". Relevant definitions for other terms will be given in the following description.
It should be noted that the terms "first", "second", and the like in the present disclosure are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence relationship of the functions performed by the devices, modules or units.
It is noted that references to "a", "an", and "the" modifications in this disclosure are intended to be illustrative rather than limiting, and that those skilled in the art will recognize that "one or more" may be used unless the context clearly dictates otherwise.
The application provides a method for processing hypertext markup language data, which aims to solve the problems that the existing mode is enough in cost and the implementation process is too complex.
Optionally, in order to implement the method for processing hypertext markup language data provided by the present application, an embodiment of the present application provides a background processing module.
As shown in fig. 1, a background processing module provided in an embodiment of the present application includes:
a background application sub-module 101 and an application database 102.
The application database 102 is mainly used for storing business data and storing a pre-configured hypertext markup language template. And after receiving a query request of the target service data sent by the application software, feeding back the target service data and the hypertext markup language template to the background application program submodule 101.
And the background application program submodule is mainly used for acquiring the target service data and the hypertext markup language template from the application database 102. And then, adding the target service data into a pre-configured hypertext markup language template to obtain complete hypertext markup language data, and sending the complete hypertext markup language data to application software so as to directly display the complete hypertext markup language data through the application software.
Another embodiment of the present application provides a method for processing hypertext markup language data, as shown in fig. 2, including the following steps:
s201, receiving a query request of target service data sent by application software.
Specifically, when the user operates on the application software, the required target service data is determined in response to the user operation. After determining the required target service data, the Application software (APP) sends a query request of the target service data to the background processing module.
S202, inquiring the target service data from the application database according to the inquiry request of the target service data.
Specifically, the background application program sub-module is provided with a background application program, and the background application program responds to a query request of the target service data and queries the target service data from the application database.
S203, adding the target service data into a pre-configured hypertext markup language template to obtain complete hypertext markup language data.
Note that the hypertext markup Language template is obtained by editing in advance based on hypertext markup Language (html) and Cascading Style Sheets (CSS).
The hypertext markup language is a markup language, which includes a series of tags, through which the document format on the network can be unified, so that the scattered network resources are connected into a logic whole. Html text is descriptive text consisting of html commands that can specify text, graphics, animations, sounds, tables, links, etc.
CSS is a computer language used to represent file styles such as HTML (an application of the standard universal markup language) or XML (a subset of the standard universal markup language). The CSS can not only statically modify the web page, but also dynamically format elements of the web page in coordination with various scripting languages. The method can accurately control the typesetting of element positions in the webpage at a pixel level, support almost all font and font styles and has the capability of editing webpage objects and model styles.
Therefore, the hypertext markup language template configured based on the hypertext markup language and cascading style sheet grammar can be directly displayed on the APP without depending on web services.
Specifically, the configured hypertext markup language template is stored in an application database. The background application program obtains the hypertext markup language template from the application database and fills each data filling value in the target service data into the corresponding position in the hypertext markup language template, so that a complete hypertext markup language data is obtained, and the complete hypertext markup language data can be directly displayed on the APP.
Optionally, an embodiment of the present application provides a method for configuring a hypertext markup language template, as shown in fig. 3, including:
s301, responding to the compiling operation of the user, and generating an initial hypertext markup language template based on the hypertext markup language and the cascading style sheet grammar.
Optionally, the background processing module may further be provided with a configuration sub-module to support a user to generate an initial hypertext markup language template based on the hypertext markup language and cascading style sheet syntax. Of course, this is only one implementation manner of the embodiment of the present application, and the hypertext markup language template may also be configured by using other existing tools and then directly stored in the application database, so that a configuration sub-module is not required to be set.
S302, responding to configuration operation of a user, and configuring a plurality of placeholders in the initial hypertext markup language template to obtain the hypertext markup language template.
Since the hypertext markup language module is provided with a plurality of placeholders, accordingly, in this embodiment of the present application, a specific implementation manner of step S203 is:
and respectively replacing corresponding placeholders in the pre-edited hypertext markup language template with various data in the target service data to obtain complete hypertext markup language data.
And S204, sending the complete hypertext markup language data to application software so as to directly display the complete hypertext markup language data through the application software.
Since the feedback to the application software is complete hypertext markup language data, the application software can directly utilize the web browsing view to display the complete hypertext markup language data, thereby eliminating the need for web services.
Optionally, in another embodiment of the present application, as shown in fig. 4, a specific implementation manner of step S204 includes:
s401, according to a transmission protocol with application software, packaging complete hypertext markup language data into a transmission message.
S402, the transmission message is sent to application software, so that the application software analyzes the transmission message to obtain complete hypertext markup language data, and the complete hypertext markup language data is directly displayed through a web browsing view.
According to the processing method for the hypertext markup language data, when a query request of target service data sent by application software is received, the target service data is queried from an application database according to the query request of the target service data, and then the target service data is added to a preset hypertext markup language template to obtain complete hypertext markup language data. Because the hypertext markup language template is obtained by editing based on the hypertext markup language and the cascading style sheet grammar in advance, the application software can directly display through the self web browsing view, so that the complete hypertext markup language data is sent to the application software, the application software directly displays the complete hypertext markup language data, a web website is not required to be relied on, a web server is not required to be purchased, and complex development is carried out, so that the implementation mode is simplified, and the cost is reduced.
Another embodiment of the present application provides another method for processing hypertext markup language data, as shown in fig. 5, including the following steps:
s501, receiving a query request of target service data sent by application software.
It should be noted that, for the specific implementation of step S501, reference may be made to the implementation process of step S201 in the foregoing method embodiment, and details are not described here again.
S502, inquiring the target service data from the application database according to the inquiry request of the target service data.
It should be noted that, for the specific implementation of step S502, reference may be made to the implementation process of step S202 in the foregoing method embodiment, and details are not described here again.
S503, replacing corresponding placeholders in the pre-edited hypertext markup language template with various data in the target service data respectively to obtain complete hypertext markup language data.
The hypertext markup language template is obtained by editing in advance based on the hypertext markup language and the cascading style sheet grammar.
It should be noted that, in the embodiment of the present application, a placeholder is configured in a hypertext markup language template, and each placeholder is filled with one corresponding item of data, so that each item of data in the target service data can be respectively replaced by a corresponding placeholder in the hypertext markup language template edited in advance, thereby obtaining complete hypertext markup language data.
S504, according to a transmission protocol with the application software, the complete hypertext markup language data is packaged into a transmission message.
It should be noted that, for the specific implementation of step S504, reference may be made to the implementation process of step S401 in the foregoing method embodiment, and details are not described here again.
And S505, sending the transmission message to application software, analyzing the transmission message by the application software through the application software to obtain complete hypertext markup language data, and directly displaying the complete hypertext markup language data through a web browsing view.
It should be noted that, for the specific implementation of step S505, reference may be made to the implementation process of step S402 in the foregoing method embodiment, and details are not described here again.
It is to be noted that the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
Although the operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous.
Another embodiment of the present application provides a device for processing hypertext markup language data, as shown in fig. 6, including:
the receiving unit 601 is configured to receive a query request of target service data sent by application software.
The query unit 602 is configured to query the target service data from the application database according to the query request of the target service data.
The adding unit 603 is configured to add the target service data to a pre-configured hypertext markup language template to obtain complete hypertext markup language data.
The hypertext markup language template is obtained by editing in advance based on the hypertext markup language and the cascading style sheet grammar.
A sending unit 604, configured to send the complete html data to the application software, so as to directly display the complete html data through the application software.
Optionally, in a processing apparatus for html data provided in another embodiment of the present application, the apparatus further includes:
and the first response unit is used for responding to the compiling operation of the user and generating an initial hypertext markup language template based on the hypertext markup language and the cascading style sheet grammar.
And responding to the configuration operation of the user, and configuring a plurality of placeholders in the initial hypertext markup language template to obtain the hypertext markup language template.
Optionally, in an apparatus for processing html data provided in another embodiment of the present application, an adding unit includes:
and the replacing unit is used for respectively replacing corresponding placeholders in the pre-edited hypertext markup language template with various data in the target service data to obtain complete hypertext markup language data.
Optionally, in a device for processing html data provided in another embodiment of the present application, the sending unit includes:
and the packaging unit is used for packaging the complete hypertext markup language data into a transmission message according to a transmission protocol with the application software.
And the sending subunit is used for sending the transmission message to the application software, so that the application software analyzes the transmission message to obtain complete hypertext markup language data, and the complete hypertext markup language data is directly displayed through a web browsing view.
It should be noted that, for the specific working processes of each unit provided in the foregoing embodiments of the present application, corresponding steps in the foregoing method embodiments may be referred to accordingly, and are not described herein again.
Another embodiment of the present application provides an electronic device, as shown in fig. 7, including:
a memory 701 and a processor 702.
The memory 701 is used for storing programs.
The processor 702 is configured to execute the program stored in the memory 701, and when the program is executed, the program is specifically configured to implement the processing method of the hypertext markup language data provided in any of the embodiments described above.
Another embodiment of the present application provides a computer storage medium for storing a computer program, which when executed, is used to implement the processing method of the hypertext markup language data provided in any one of the above embodiments.
Computer storage media, including permanent and non-permanent, removable and non-removable media, may implement the information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should be noted that the processing method, the related device and the storage medium of the hypertext markup language data provided by the invention can be used in the field of human mobile internet or the field of finance. The foregoing is merely an example, and does not limit the application fields of the method for processing hypertext markup language data, the related apparatus, and the storage medium provided in the present invention.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for processing hypertext markup language data, comprising:
receiving a query request of target service data sent by application software;
inquiring the target service data from an application database according to the inquiry request of the target service data;
adding the target service data into a pre-configured hypertext markup language template to obtain complete hypertext markup language data; the hypertext markup language template is obtained by editing based on hypertext markup language and cascading style sheet grammar in advance;
and sending the complete hypertext markup language data to the application software so as to directly display the complete hypertext markup language data through the application software.
2. The method according to claim 1, wherein the configuration method of the hypertext markup language template comprises:
responding to the compiling operation of a user, and generating an initial hypertext markup language template based on the hypertext markup language and the cascading style sheet grammar;
and responding to the configuration operation of the user, and configuring a plurality of placeholders in the initial hypertext markup language template to obtain the hypertext markup language template.
3. The method of claim 2, wherein the adding the target service data to a pre-edited hypertext markup language template, complete hypertext markup language data, comprises:
and respectively replacing corresponding placeholders in the pre-edited hypertext markup language template with various data in the target service data to obtain complete hypertext markup language data.
4. The method of claim 1, wherein sending the complete html data to the application software for direct display by the application software comprises:
according to a transmission protocol with the application software, packaging the complete hypertext markup language data into a transmission message;
and sending the transmission message to the application software, so that the application software analyzes the transmission message to obtain the complete hypertext markup language data, and directly displaying the complete hypertext markup language data through a web browsing view.
5. An apparatus for processing hypertext markup language data, comprising:
the receiving unit is used for receiving a query request of target service data sent by application software;
the query unit is used for querying the target service data from an application database according to the query request of the target service data;
the adding unit is used for adding the target service data into a pre-configured hypertext markup language template to obtain complete hypertext markup language data; the hypertext markup language template is obtained by editing based on hypertext markup language and cascading style sheet grammar in advance;
and the sending unit is used for sending the complete hypertext markup language data to the application software so as to directly display the complete hypertext markup language data through the application software.
6. The apparatus of claim 5, further comprising:
the first response unit is used for responding to the compiling operation of a user and generating an initial hypertext markup language template based on the hypertext markup language and the cascading style sheet grammar;
and responding to the configuration operation of the user, and configuring a plurality of placeholders in the initial hypertext markup language template to obtain the hypertext markup language template.
7. The apparatus of claim 6, wherein the adding unit comprises:
and the replacing unit is used for respectively replacing corresponding placeholders in the pre-edited hypertext markup language template with various data in the target service data to obtain complete hypertext markup language data.
8. The apparatus of claim 5, wherein the sending unit comprises:
the encapsulation unit is used for encapsulating the complete hypertext markup language data into a transmission message according to a transmission protocol between the application software and the encapsulation unit;
and the sending subunit is configured to send the transmission packet to the application software, so that the application software analyzes the transmission packet through the application software to obtain the complete html data, and directly display the complete html data through a web browsing view.
9. An electronic device, comprising:
a memory and a processor;
wherein the memory is used for storing programs;
the processor is adapted to execute the program, which when executed is particularly adapted to implement the method of processing hypertext markup language data as claimed in any of claims 1 to 4.
10. A computer storage medium storing a computer program which, when executed, implements a method of processing hypertext markup language data as recited in any of claims 1 to 4.
CN202111183155.XA 2021-10-11 2021-10-11 Method for processing hypertext markup language data, related device and storage medium Pending CN113806670A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111183155.XA CN113806670A (en) 2021-10-11 2021-10-11 Method for processing hypertext markup language data, related device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111183155.XA CN113806670A (en) 2021-10-11 2021-10-11 Method for processing hypertext markup language data, related device and storage medium

Publications (1)

Publication Number Publication Date
CN113806670A true CN113806670A (en) 2021-12-17

Family

ID=78939256

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111183155.XA Pending CN113806670A (en) 2021-10-11 2021-10-11 Method for processing hypertext markup language data, related device and storage medium

Country Status (1)

Country Link
CN (1) CN113806670A (en)

Similar Documents

Publication Publication Date Title
CN105574049B (en) Page processing method, device and system for mobile application
CN106874174B (en) Method and device for realizing interface test and function test
EP3425526B1 (en) Method and apparatus reusing list cell in hybrid application
US11706331B2 (en) Information processing method and apparatus, storage medium, and electronic device
CN106897251B (en) Rich text display method and device
CN105373615A (en) Page customization method and device
CN105335132B (en) Method, device and system for customizing application program function
CN109145238B (en) Card display method and device and mobile device
CN106533926B (en) Webpage information spreading method and device
CN106951231B (en) Computer software development method and device
TW201528178A (en) Method, apparatus, and system for communicating and presenting product information
CN112015485A (en) Page display method and device, electronic equipment and storage medium
CN112068911A (en) Method, device, system, equipment and medium for generating electronic form
CN105988814B (en) Interface generation method and device
CN102253986A (en) Method and device for improving webpage displaying effect in multiple terminals
CN106599045B (en) Request sending method and device
CN113253999B (en) Plug-in data access method, data source management system and interface access method
CN111209028B (en) Data processing method and device, electronic equipment and storage medium
CN110297945B (en) Data information processing method and system based on XBRL
CN111209009B (en) Content distribution method and device, storage medium and electronic equipment
CN115809056A (en) Component multiplexing implementation method and device, terminal equipment and readable storage medium
CN113806670A (en) Method for processing hypertext markup language data, related device and storage medium
KR101996159B1 (en) Information presentation method and apparatus
CN114461960A (en) Page generation method, page display method and device
CN112068828A (en) Title control generation method, device, system, equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination