CN102929877A - Method and device for causing form data on webpage to be generated into form document - Google Patents

Method and device for causing form data on webpage to be generated into form document Download PDF

Info

Publication number
CN102929877A
CN102929877A CN2011102264265A CN201110226426A CN102929877A CN 102929877 A CN102929877 A CN 102929877A CN 2011102264265 A CN2011102264265 A CN 2011102264265A CN 201110226426 A CN201110226426 A CN 201110226426A CN 102929877 A CN102929877 A CN 102929877A
Authority
CN
China
Prior art keywords
webpage
data
list data
processing
sent
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.)
Granted
Application number
CN2011102264265A
Other languages
Chinese (zh)
Other versions
CN102929877B (en
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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201110226426.5A priority Critical patent/CN102929877B/en
Publication of CN102929877A publication Critical patent/CN102929877A/en
Priority to HK13103763.4A priority patent/HK1176435A1/en
Application granted granted Critical
Publication of CN102929877B publication Critical patent/CN102929877B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a method and a device for causing form data on a webpage to be generated into a form document. The method for causing the form data on the webpage to be generated into the form document comprises the steps: obtaining the form data from a first webpage, and sending to the obtained form data into a second website; executing form data processing of converting the form document format to the form data in the second webpage, and sending the processed data to a third webpage; and generating into the form document according to the processed data in the third webpage. Through the method and the device, the response speed during the form data on the webpage being generated into the form document is higher.

Description

List data on the webpage is generated method and the device of form document
Technical field
The application relates to data processing field, particularly, relates to a kind of method and device that list data on the webpage is generated form document.
Background technology
In actual applications, often need the list data in the webpage is converted to form document (such as common Excel) with easy-to-read or file etc.
In the prior art, because the list data of showing in the webpage is webpage format, in the time the list data in the webpage need to being converted to form document, need to obtain raw data from the server that this list data is provided, then after raw data being processed, just can obtain form document.Particularly, normally the form of the routine call by certain language compilation such as C++ or JAVA (API, realization is to the access of list data in the server, and then by complicated mathematical computations, write a large amount of code statistics inter-bank and stride the complicated list datas such as row, thereby form the form document that inter-bank is striden the tabulation lattice.
From the implementation procedure of such scheme as can be known, it need to be familiar with form, api interface of server form data etc., and need to send list data to server and obtain request, after server responds this request, read and return corresponding list data, generate corresponding form document in client again, this implementation is complicated, and expend the computational resource of server, affect the service performance of server.
Summary of the invention
The application's fundamental purpose is, provides a kind of method and device with the generation of the list data on webpage form document, to address the above problem.
To achieve these goals, according to the application's a aspect, provide a kind of method that list data on the webpage is generated form document.The method comprises: obtain list data from the first webpage, and the list data that obtains is sent in the second webpage; List data in the second webpage is carried out the processing of the list data turn the form document form, and the data after will processing are sent to the 3rd webpage; And in the 3rd webpage, generate form document according to the data after processing.
Further, the list data that obtains in the first webpage at the second webpage comprises: set the first object address, wherein, the first object address is the address of the second webpage; The list data that will obtain in the first webpage is sent in the second webpage; Data after processing are sent to the 3rd webpage to be comprised: set the second destination address, wherein, the second destination address is the address of the 3rd webpage; And the data after will processing are sent to the 3rd webpage.
Further, the second webpage list data is carried out turn the processing of list data after, said method also comprises: the data after will processing are written in the form attributes; Whether the data after judgement is processed are written into is finished; And the data after determining processing are written into when finishing setting the second destination address in the second webpage.
Further, at the second webpage list data being carried out the processing that turns list data comprises: the special character in the second webpage removal list data; And the data after the second webpage will be removed special character merge.
Further, at the second webpage list data being carried out the processing that turns list data also comprises: the head color that changes form.
Further, the data after processing being sent to the 3rd webpage also comprises: utilize the data of automatically submitting to after function will be processed to be sent to the 3rd webpage.
Further, the data after will processing are sent to before the 3rd webpage, and said method also comprises: the page response content type in the 3rd webpage is set to table format.
Further, list data is the list data that inter-bank is striden row, and form document is to have the file that inter-bank is striden the tabulation lattice.
To achieve these goals, according to the application on the other hand, provide a kind of device that list data on the webpage is generated form document.This device comprises: acquisition module is used for obtaining list data from the first webpage, and the list data that obtains is sent in the second webpage; Processing module be used for the second webpage list data is carried out the processing of the list data that turns the form document form, and the data after will processing is sent to the 3rd webpage; And generation module, be used at the 3rd webpage, generate form document according to the data after processing.
Further, acquisition module comprises: the first setting module, be used for setting the first object address, and wherein, the first object address is the address of the second webpage; First sends submodule, is used for being sent at the list data that the first webpage obtains in the second webpage; Processing module comprises: the second setting module, be used for setting the second destination address, and wherein, the second destination address is the address of the 3rd webpage; And second send submodule, and the data after being used for processing are sent to the 3rd webpage.
By the application, adopt and obtain list data from the first webpage, and the list data that obtains is sent in the second webpage; List data in the second webpage is carried out the processing of the list data turn the form document form, and the data after will processing are sent to the 3rd webpage; And in the 3rd webpage, generate the method for form document according to the data after processing, since adopt the second webpage as the transfer webpage so that list data is processed, obtain the solution of list data, can be so that be all finished by front end instruction by the process of the generation of the list data on webpage form document, need not to carry out the mutual of front end and background server, thereby also need not to take the resource of server, need and server interaction when having solved the generation of the list data on webpage form document, expend the problem of the computing power of server end, and then reached when the list data on the webpage is generated form document faster effect of response speed.
Description of drawings
The accompanying drawing of formation the application's a part is used to provide the further understanding to the application, and the application's illustrative examples and explanation thereof are used for explaining the application, do not consist of the improper restriction to the application.In the accompanying drawings:
Fig. 1 is the process flow diagram according to the method for form document that the list data on the webpage is generated of the application the first embodiment;
Fig. 2 is the process flow diagram according to the method for form document that the list data on the webpage is generated of the application the second embodiment;
Fig. 3 is the process flow diagram according to the preferred embodiment of the application's the method that the list data on the webpage is generated form document;
Fig. 4 is the synoptic diagram that the list data on the webpage is generated the device of form document according to the application the first embodiment; And
Fig. 5 is the synoptic diagram that the list data on the webpage is generated the device of form document according to the application the second embodiment.
Embodiment
Need to prove that in the situation of not conflicting, embodiment and the feature among the embodiment among the application can make up mutually.Describe below with reference to the accompanying drawings and in conjunction with the embodiments the application in detail.
Fig. 1 is the process flow diagram according to the method for form document that the list data on the webpage is generated of the application the first embodiment.
As shown in Figure 1, the method may further comprise the steps:
Step S20 obtains list data from the first webpage, and the list data that obtains is sent in the second webpage; Step S22 list data in the second webpage is carried out the processing of the list data turn the form document form, and the data after will processing is sent to the 3rd webpage; And
Step S24 in the 3rd webpage, generates form document according to the data after processing.
In said method, list data in the first webpage is processed as the transfer webpage by adopting the second webpage, to obtain list data, and in the 3rd webpage, generate form document according to list data, the generation that end (such as client etc.) is finished form document of obtaining at the first webpage, need not to carry out mutual with background server, so response speed is faster.
Preferably, the list data that obtains in the first webpage at the second webpage comprises: set the first object address, described first object address is the address of the second webpage; The list data that will obtain in the first webpage is sent in the second webpage corresponding to described first object address.Data after processing are sent to the 3rd webpage to be comprised: set the second destination address, described the second destination address is the address of the 3rd webpage; Data after processing are sent in the 3rd webpage corresponding to described the second destination address.By setting the address of the second webpage, so that after opening the second webpage, can rapidly the data in the first webpage be sent in the second webpage, thus can so that the second webpage promptly the executive table data turn the processing of list data, further improved response speed.
Preferably, the second webpage list data is carried out turn the processing of list data after, step S22 can also comprise: judge whether data after processing are written into and finishes; And the data after determine processing are written into when finishing, and described the second destination address is set.Owing to all be written in the situation about finishing in data after the processing, just in the second webpage, set the second destination address so that the data after processing in the second webpage are sent to the 3rd webpage, can prevent loss of data like this.
Preferably, at the second webpage list data being carried out the processing that turns list data comprises: the special character in the second webpage removal list data; And the data after the second webpage will be removed special character merge.Merge by the data after removing the special character in the list data at the second webpage and will removing special character, can guarantee like this accuracy of list data.
Preferably, at the second webpage list data being carried out the processing that turns list data also comprises: the head color that changes form.By changing the head color of form, can make form more attractive in appearance, and can make form easier to be recognized by the user.
Preferably, the list data after processing being sent to the 3rd webpage also comprises:
Utilize the list data of automatically submitting to after function (for example submit function) will be processed to be sent to the 3rd webpage.
By adopting the data after automatic submission function is submitted processing automatically to, can be so that the 3rd webpage get access to the data from the transfer webpage quickly, thus improved the formation speed of form.
Preferably, the data after will processing are sent to before the 3rd webpage, and step S22 can also comprise:
Page response content type in the 3rd webpage is set to table format.
Preferably, list data is the list data that inter-bank is striden row, and form document is to have the file that inter-bank is striden the tabulation lattice.
Fig. 2 is the process flow diagram according to the method for form document that the list data on the webpage is generated of the application the second embodiment.As shown in Figure 2, the method may further comprise the steps:
Step S202 sets the first object address, and wherein, the first object address is the address of the second webpage;
Step S204 opens the second webpage, and obtains the list data in the first webpage;
Step S206 carries out the processing of the list data that turns the form document form to list data;
Preferably, this step can comprise: utilize replacement function to remove special character; And utilize form statistics pooled function will remove special character data merging afterwards.This step can also comprise simultaneously: the head color of setting form.
Step S208 sets the second destination address, and wherein, the second destination address is the address of the 3rd webpage;
Step S210 is sent to the 3rd webpage with the data after processing by the second webpage;
Preferably, can utilize the data after automatic submission function will be processed to be sent to the 3rd webpage.
Step S212 generates form document according to the data after processing.
Preferably, between step S206 and step S208, said method also comprises:
Data after processing are written in the form attributes; Whether the data after judgement is processed are written into is finished; And the data after determine processing are written into when finishing, again execution in step S208.
Preferably, the data after will processing are sent to before the 3rd webpage, and said method also comprises: the page response content type in the 3rd webpage is set to table format.
Preferably, above-mentioned list data can be striden for inter-bank the list data of row, and correspondingly, form document is to have the file that inter-bank is striden the tabulation lattice.
In this application, can adopt front end instruction (JavaScript) to realize, in above-mentioned method with the generation of the list data on webpage form document, presence server end mutual not in implementation procedure, also need not to take the resource of server, so response speed is very fast, the user experiences also relatively good, thereby has realized generating form document with very little resource occupancy mode.
In the mode of above-mentioned realization, the data of supporting in a simple manner inter-bank to stride the tabulation lattice fully generate form.Do not rely on other software or instrument, merge or split the form that inter-bank is striden row without the need for the algorithm of complexity, data are the whole form documents that transmit and generate.Thereby the inter-bank that can support various complexity is striden statistics or the form of row.
Preserving form document in local, by front end instruction execCommand user-defined file title very easily.Simultaneously also can increase extended attribute, such as adding the form color attribute, the highlighted demonstration of special number etc. can generate form document very attractive in appearance.Thereby can realize freely formulating the file name of downloading, table style etc.
Fig. 3 is the process flow diagram according to the preferred embodiment of the application's the method that the list data on the webpage is generated form document.
Suppose that the first webpage exists inter-bank to stride the list data of row (such as complicated report page), the user wants the data of this first webpage to be downloaded or exported to form document, is retained in this locality, and as shown in Figure 3, the method may further comprise the steps:
Step S302 shows that in the first webpage the inter-bank of complexity is striden the column data tabulation.
Step S304, external trigger generates the operation of form, for example, reception is from the request (clicking such as the user) of local computing or external network, this request is used to indicate and the data list in the first webpage need to be converted into form document, at first set the first object address, what this first object address was corresponding is the second webpage, then utilize intrinsic function to obtain the data (referring to the data that page properties table comprises) of all page form the insides at the first webpage, with this data value assignment to variable V, then revise the first object address of pointing to the second webpage, add that in this back, first object address tabvalue=V is as parameter.
Step S306 obtains the data of the first webpage, utilizes and transmits data to the second webpage.Perhaps, the second webpage is processed data in function request the first webpage with the value of the tabvalue that gets parms with request.
Step S308 has judged whether data.In judged result when being, execution in step S310, when the determination result is NO, execution in step S312.
Step S310 processes list data, and list data is transformed in the second webpage.Wherein, when the second webpage inter-bank that processing is obtained as the transfer page was striden tabulation lattice data, processing mode was as follows: adopt replacement function to remove unnecessary idle character string, single quotation marks, the special characters such as double quotation marks; The special form merging that employing form statistics pooled function will need etc.; Simultaneously can also set form head special color, the processing of the highlighted grade of data makes final form document more attractive in appearance.
Step S312, prompting user, follow-up without operation.
Step S314, the page response content type ContentType of the 3rd webpage is set to the form application/ms-of application/Microsoft form.
Step S316 arranges automatic submission pattern in the second webpage, target directing the 3rd webpage.
Preferably, after in the second webpage, finishing dealing with data are put into the form attributes (standard network page attribute) of the second webpage, then judge the second web data be written into finish after, set the target Target attribute of the page, it is the 3rd webpage that the destination address that the second webpage turns to is set, and calls automatic submission function and submits to.
Step S318 has the form document that inter-bank is striden the tabulation lattice in the generation of the 3rd webpage.
Can find out that by above flow process whole processing procedure does not all relate to mutual with server end, all finishes by front end instruction.
As can be seen from the above description, the application has realized by the transfer page never calling at page end (front end is browser client in other words) in the situation of server resource and has finished the operation that generates form document, and response speed is faster.
Need to prove, can in the computer system such as one group of computer executable instructions, carry out in the step shown in the process flow diagram of accompanying drawing, and, although there is shown logical order in flow process, but in some cases, can carry out step shown or that describe with the order that is different from herein.
Fig. 4 is the synoptic diagram that the list data on the webpage is generated the device of form document according to the application the first embodiment.
As shown in Figure 4, this device comprises:
Acquisition module 12 is used for obtaining list data from the first webpage, and the list data that obtains is sent in the second webpage;
Processing module 14 be used for the second webpage list data is carried out the processing of the list data that turns the form document form, and the data after will processing is sent to the 3rd webpage; And
Generation module 16 is used at the 3rd webpage, generates form document according to the data after processing.
Owing to the list data in the first webpage is processed as the transfer webpage by the second webpage, obtain list data, and generate form document at the 3rd webpage according to list data, thereby can all finish the generation form document by front end instruction, need not to carry out the mutual of front end and background server, so response speed is faster.
Fig. 5 is the synoptic diagram that the list data on the webpage is generated the device of form document according to the application the second embodiment.
As shown in Figure 5, acquisition module 12 also comprises: the first setting module 122, be used for setting the first object address, and wherein, the first object address is the address of the second webpage; First sends submodule 124, is used for being sent at the list data that the first webpage obtains in the second webpage;
Processing module 14 also comprises: the second setting module 142, be used for setting the second destination address, and wherein, the second destination address is the address of the 3rd webpage; And second send submodule 144, and the data after being used for processing are sent to the 3rd webpage.
Obviously, those skilled in the art should be understood that, each module of above-mentioned the application or each step can realize with general calculation element, they can concentrate on the single calculation element, perhaps be distributed on the network that a plurality of calculation elements form, alternatively, they can be realized with the executable program code of calculation element, thereby, they can be stored in the memory storage and be carried out by calculation element, perhaps they are made into respectively each integrated circuit modules, perhaps a plurality of modules in them or step are made into the single integrated circuit module and realize.Like this, the application is not restricted to any specific hardware and software combination.
The above is the application's preferred embodiment only, is not limited to the application, and for a person skilled in the art, the application can have various modifications and variations.All within the application's spirit and principle, any modification of doing, be equal to replacement, improvement etc., all should be included within the application's the protection domain.

Claims (10)

1. one kind generates the method for form document with the list data on the webpage, it is characterized in that comprising:
Obtain list data from the first webpage, and the list data that obtains is sent in the second webpage;
List data in described the second webpage is carried out the processing of the list data turn the form document form, and the data after will processing are sent to the 3rd webpage; And
In described the 3rd webpage, generate form document according to the data after the described processing.
2. method according to claim 1 is characterized in that,
Obtaining list data from the first webpage comprises:
Set the first object address, wherein, described first object address is the address of described the second webpage;
The list data that will obtain in described the first webpage is sent in described the second webpage;
Data after processing are sent to the 3rd webpage to be comprised:
Set the second destination address, wherein, described the second destination address is the address of described the 3rd webpage; And
Data after the described processing are sent to described the 3rd webpage.
3. method according to claim 2 is characterized in that, after described the second webpage turned the processing of list data to described list data execution, described method also comprised:
Data after the described processing are written in the form attributes;
Judge whether data after the described processing are written into and finish; And
When the data after determining described processing are written into and finish, described the second destination address is set in described the second webpage.
4. method according to claim 1 is characterized in that, at described the second webpage described list data is carried out the processing that turns list data and comprises:
Remove special character in the described list data at described the second webpage; And
Data after described the second webpage will be removed described special character merge.
5. method according to claim 4 is characterized in that, at described the second webpage described list data is carried out the processing that turns list data and also comprises:
Change the head color of form.
6. method according to claim 1 is characterized in that, the data after processing is sent to the 3rd webpage also comprises:
Utilize the data after automatically submitting to function with described processing to be sent to described the 3rd webpage.
7. method according to claim 1 is characterized in that, the data after will processing are sent to before the 3rd webpage, and described method also comprises:
Page response content type in described the 3rd webpage is set to table format.
8. method according to claim 1 is characterized in that, described list data is the list data that inter-bank is striden row, and described form document is to have the file that inter-bank is striden the tabulation lattice.
9. one kind generates the device of form document with the list data on the webpage, it is characterized in that comprising:
Acquisition module is used for obtaining list data from the first webpage, and the list data that obtains is sent in the second webpage;
Processing module be used for described the second webpage list data is carried out the processing of the list data that turns the form document form, and the data after will processing is sent to the 3rd webpage; And
Generation module is used at described the 3rd webpage, generates form document according to the data after the described processing.
10. device according to claim 9 is characterized in that,
Described acquisition module comprises:
The first setting module is used for setting the first object address, and wherein, described first object address is the address of described the second webpage;
First sends submodule, is used for being sent at the list data that described the first webpage obtains in described the second webpage;
Described processing module comprises:
The second setting module is used for setting the second destination address, and wherein, described the second destination address is the address of described the 3rd webpage; And
Second sends submodule, and the data after being used for processing are sent to described the 3rd webpage.
CN201110226426.5A 2011-08-08 2011-08-08 List data on webpage is generated method and the device of form document Active CN102929877B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201110226426.5A CN102929877B (en) 2011-08-08 2011-08-08 List data on webpage is generated method and the device of form document
HK13103763.4A HK1176435A1 (en) 2011-08-08 2013-03-26 Method and device for generating a table file by using table data on a webpage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110226426.5A CN102929877B (en) 2011-08-08 2011-08-08 List data on webpage is generated method and the device of form document

Publications (2)

Publication Number Publication Date
CN102929877A true CN102929877A (en) 2013-02-13
CN102929877B CN102929877B (en) 2016-02-17

Family

ID=47644677

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110226426.5A Active CN102929877B (en) 2011-08-08 2011-08-08 List data on webpage is generated method and the device of form document

Country Status (2)

Country Link
CN (1) CN102929877B (en)
HK (1) HK1176435A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104123101A (en) * 2014-07-18 2014-10-29 北京京东尚科信息技术有限公司 Method and device for presenting data
CN104317901A (en) * 2014-10-24 2015-01-28 中国建设银行股份有限公司 Data importing method and device
CN111444452A (en) * 2020-02-21 2020-07-24 广州杰赛科技股份有限公司 Conversion method, device and storage medium of webpage
CN112307731A (en) * 2019-07-16 2021-02-02 珠海金山办公软件有限公司 Cross-form reference method and device, server and client device
CN112528612A (en) * 2019-08-29 2021-03-19 小船出海教育科技(北京)有限公司 Method, device, storage medium and processor for displaying webpage content in document

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101197849A (en) * 2007-12-21 2008-06-11 腾讯科技(深圳)有限公司 Method and device for commuting internet page into wireless application protocol page
CN101668004A (en) * 2008-09-04 2010-03-10 阿里巴巴集团控股有限公司 Method, device and system for acquiring webpage
CN101826085A (en) * 2009-12-30 2010-09-08 厦门市美亚柏科信息股份有限公司 AJAX-based method for importing/exporting large file into/from web page on line
CN101908078A (en) * 2010-08-30 2010-12-08 深圳市五巨科技有限公司 Method and device for importing webpage data to EXCEL sheet
CN101937427A (en) * 2009-06-30 2011-01-05 方正国际软件(北京)有限公司 Browser-based system and method for content edition and issue
CN102033917A (en) * 2010-12-09 2011-04-27 广州市动景计算机科技有限公司 Webpage browsing method for mobile terminal and mobile terminal applying same
CN102122281A (en) * 2010-01-11 2011-07-13 腾讯科技(北京)有限公司 Method, device and system for generating page form

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101197849A (en) * 2007-12-21 2008-06-11 腾讯科技(深圳)有限公司 Method and device for commuting internet page into wireless application protocol page
CN101668004A (en) * 2008-09-04 2010-03-10 阿里巴巴集团控股有限公司 Method, device and system for acquiring webpage
CN101937427A (en) * 2009-06-30 2011-01-05 方正国际软件(北京)有限公司 Browser-based system and method for content edition and issue
CN101826085A (en) * 2009-12-30 2010-09-08 厦门市美亚柏科信息股份有限公司 AJAX-based method for importing/exporting large file into/from web page on line
CN102122281A (en) * 2010-01-11 2011-07-13 腾讯科技(北京)有限公司 Method, device and system for generating page form
CN101908078A (en) * 2010-08-30 2010-12-08 深圳市五巨科技有限公司 Method and device for importing webpage data to EXCEL sheet
CN102033917A (en) * 2010-12-09 2011-04-27 广州市动景计算机科技有限公司 Webpage browsing method for mobile terminal and mobile terminal applying same

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104123101A (en) * 2014-07-18 2014-10-29 北京京东尚科信息技术有限公司 Method and device for presenting data
CN104317901A (en) * 2014-10-24 2015-01-28 中国建设银行股份有限公司 Data importing method and device
CN104317901B (en) * 2014-10-24 2018-10-19 中国建设银行股份有限公司 A kind of data lead-in method and device
CN112307731A (en) * 2019-07-16 2021-02-02 珠海金山办公软件有限公司 Cross-form reference method and device, server and client device
CN112307731B (en) * 2019-07-16 2023-11-28 珠海金山办公软件有限公司 Cross-table reference method and device, server and client device
CN112528612A (en) * 2019-08-29 2021-03-19 小船出海教育科技(北京)有限公司 Method, device, storage medium and processor for displaying webpage content in document
CN112528612B (en) * 2019-08-29 2024-03-22 小船出海教育科技(北京)有限公司 Method, device, storage medium and processor for displaying webpage content in document
CN111444452A (en) * 2020-02-21 2020-07-24 广州杰赛科技股份有限公司 Conversion method, device and storage medium of webpage

Also Published As

Publication number Publication date
HK1176435A1 (en) 2013-07-26
CN102929877B (en) 2016-02-17

Similar Documents

Publication Publication Date Title
JP6788027B2 (en) How and devices to jump between pages
KR102220127B1 (en) Method and apparatus for customized software development kit (sdk) generation
US9195525B2 (en) Method and apparatus for generating a web-based user interface
CN104461484B (en) The implementation method and device of front-end template
US9734149B2 (en) Clustering repetitive structure of asynchronous web application content
CN105205080B (en) Redundant file method for cleaning, device and system
US11677809B2 (en) Methods for transforming a server side template into a client side template and devices thereof
CN106663108A (en) Deep links for native applications
CN102929877A (en) Method and device for causing form data on webpage to be generated into form document
US20120331038A1 (en) Systems and methods for processing web service piped network requests
EP3821344B1 (en) Use of cache for content validation and error remediation
US20150120729A1 (en) Web-based representational state transfer api server
CN102981846A (en) Method for treating password input box element and browser for treating the password input box element
WO2015080903A1 (en) Systems and methods for executing aspects of a document
CN109450844B (en) Method and device for triggering vulnerability detection
CN102662737A (en) Calling method and device of extension program
CN110287444B (en) Website detection method and device and storage medium
CN104143110A (en) Two-dimensional code generating method with web site information
CN103914293A (en) Page generation method and server
CN103914479A (en) Resource request matching method and device
CN112947900B (en) Web application development method and device, server and development terminal
CN109145209B (en) Method, apparatus and storage medium for searching blockchain data
CN102999580A (en) Code input frame element processing method and browser
CN110555178A (en) Data proxy method and device
CN113792232B (en) Page feature calculation method, page feature calculation device, electronic equipment, page feature calculation medium and page feature calculation program product

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 1176435

Country of ref document: HK

C14 Grant of patent or utility model
GR01 Patent grant
REG Reference to a national code

Ref country code: HK

Ref legal event code: GR

Ref document number: 1176435

Country of ref document: HK