CN104765746B - Data processing method and device for mobile communication terminal browser - Google Patents

Data processing method and device for mobile communication terminal browser Download PDF

Info

Publication number
CN104765746B
CN104765746B CN201410005819.7A CN201410005819A CN104765746B CN 104765746 B CN104765746 B CN 104765746B CN 201410005819 A CN201410005819 A CN 201410005819A CN 104765746 B CN104765746 B CN 104765746B
Authority
CN
China
Prior art keywords
webpage
click
simulated
program
content
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.)
Active
Application number
CN201410005819.7A
Other languages
Chinese (zh)
Other versions
CN104765746A (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.)
Shenzhen Yayue Technology Co ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201410005819.7A priority Critical patent/CN104765746B/en
Publication of CN104765746A publication Critical patent/CN104765746A/en
Application granted granted Critical
Publication of CN104765746B publication Critical patent/CN104765746B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a data processing method and a data processing device for a mobile communication terminal browser. The data processing method comprises the following steps: acquiring a webpage; acquiring a pre-stored simulated click program for loading a webpage; running a simulated click program to trigger simulated click operation for loading a webpage; triggering a program for loading a webpage according to the simulated click operation to obtain loaded webpage content; and sending the loaded webpage content to the mobile communication terminal, wherein the mobile communication terminal is used for displaying the webpage corresponding to the loaded webpage content. The invention solves the problem that the webpage content is easy to display abnormally when the mobile communication terminal loads the webpage in the prior art, thereby achieving the effect of normally loading the webpage in the mobile communication terminal.

Description

Data processing method and device for mobile communication terminal browser
Technical Field
The invention relates to the field of browsers, in particular to a data processing method and device for a mobile communication terminal browser.
Background
Mobile communication terminals are generally weak in processing capability, small in screen, and some cannot run a browser kernel. However, the web page on a Personal Computer (PC) is too large to be displayed on a mobile communication terminal, so that the web page on the PC needs to be compressed after background conversion processing, and then displayed on the mobile communication terminal after impurities are removed. Before web page compression, a complete web page Document Object Model (DOM) tree needs to be generated in the background. In the process of generating a complete webpage DOM tree, webpage resources need to be captured, a browser kernel is used for analyzing the JS, and then the webpage resources are compressed and cleaned, otherwise, the webpage has redundant information or cannot be completely displayed. Therefore, the browser background needs a kernel service to perform page loading in advance. However, in this process, some events need to be driven by the user to generate the content dynamically, most typically the verification code of the registration page.
For a webpage which needs a user to participate in clicking and can generate corresponding content, the user cannot participate in clicking in the background processing process, so that if clicking actions are ignored in the background processing process, the webpage content is not completely displayed, and the function of a website is also invalid.
Aiming at the problem that the display of the webpage content is easy to be abnormal when the mobile communication terminal loads the webpage in the prior art, no effective solution is provided at present.
Disclosure of Invention
The invention mainly aims to provide a data processing method and a data processing device for a mobile communication terminal browser, which aim to solve the problem that webpage content is easy to display abnormally when a mobile communication terminal loads a webpage in the prior art.
In order to achieve the above object, according to an aspect of the present invention, there is provided a data processing method for a browser of a mobile communication terminal. The data processing method for the mobile communication terminal browser according to the present invention comprises: acquiring a webpage; acquiring a pre-stored simulated click program for loading a webpage; running a simulated click program to trigger simulated click operation for loading a webpage; triggering a program for loading a webpage according to the simulated click operation to obtain loaded webpage content; and sending the loaded webpage content to the mobile communication terminal, wherein the mobile communication terminal is used for displaying the webpage corresponding to the loaded webpage content.
In order to achieve the above object, according to another aspect of the present invention, there is provided a data processing apparatus for a browser of a mobile communication terminal. The data processing device for the mobile communication terminal browser according to the present invention comprises: the first acquisition unit is used for acquiring a webpage; the second acquisition unit is used for acquiring a pre-stored simulated click program for loading the webpage; the operation unit is used for operating a simulated click program to trigger simulated click operation for loading a webpage; the triggering unit is used for triggering a program for loading a webpage according to the simulated click operation to obtain loaded webpage content; and the sending unit is used for sending the loaded webpage content to the mobile communication terminal, wherein the mobile communication terminal is used for displaying the webpage corresponding to the loaded webpage content.
Through the embodiment, the problem that webpage content is displayed abnormally easily when the mobile communication terminal loads the webpage in the prior art is solved, and the effect of normally loading the webpage in the mobile communication terminal is further achieved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate embodiments of the invention and, together with the description, serve to explain the invention and not to limit the invention. In the drawings:
fig. 1 is a flowchart of a data processing method for a browser of a mobile communication terminal according to an embodiment of the present invention;
FIG. 2 is a flowchart of a first method for obtaining a click action tag in a simulated click program according to an embodiment of the present invention;
FIG. 3 is a flowchart of a second method for obtaining a click action tag in a simulated click program according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a data processing apparatus for a browser of a mobile communication terminal according to an embodiment of the present invention;
FIG. 5 is a diagram of a first apparatus for obtaining a click action tag in a simulated click program according to an embodiment of the present invention; and
FIG. 6 is a diagram of a second apparatus for obtaining a click action tag in a simulated click program according to an embodiment of the invention.
Detailed Description
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present invention will be described in detail below with reference to the embodiments with reference to the attached drawings.
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, 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 invention.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Fig. 1 is a flowchart of a data processing method for a browser of a mobile communication terminal according to an embodiment of the present invention. As shown in fig. 1, the data processing method includes the steps of:
step S102, acquiring a webpage.
It is known that the size and style of the presentation of the same web page viewed in a PC browser and viewed in a mobile communication terminal browser are different. This is because the processing capability of the browser on the mobile communication terminal is weaker than that of the PC browser, the display screen of the mobile communication terminal is smaller than that of the PC, and even some mobile communication terminals cannot run the browser kernel, however, in order to make the web page displayed on the mobile communication terminal as identical as possible to the web page displayed on the PC browser, the mobile communication terminal has convenient browsing and beautiful appearance, needs to process the web page in the PC browser by the background server, the web page processed by the background server is the web page to be displayed in the mobile communication terminal browser, and is processed by the background server, the webpage displayed in the PC browser is suitable for being displayed in the mobile communication terminal browser, and is completely displayed in the mobile communication terminal browser after being rendered by the mobile communication terminal.
The mobile communication terminal includes but is not limited to the following devices: android system mobile phone and panel electric energy, IOS system mobile phone and panel computer. The mobile communication terminal browser includes but is not limited to the following browsers: and browsers such as a QQ browser, a Google browser and a UC browser.
In the background server, all the web pages displayed in the PC browser do not need to be processed to be suitable for being displayed in the mobile communication terminal, the background server only needs to automatically judge whether the web pages need to be processed or not when receiving information of a certain web page requested to be browsed by a user, and if the web pages requested to be browsed need to be processed, the web pages are processed, so that the web pages can be normally displayed and operated in the mobile communication terminal, the content in the web pages is reserved, the web page impurities (such as advertisements and the like) can be removed, the flow consumption of the browser of the mobile communication terminal is saved, and meanwhile, the function of the web pages can be normally used.
Specifically, when the background server processes the webpage, firstly, the webpage resource is captured, the JS of the webpage resource is analyzed, and then the DOM tree of the webpage is formed in the background server. After a DOM tree of the webpage is formed, the webpage is compressed to be suitable for being browsed in a mobile communication terminal browser, and redundant information such as advertisements is eliminated, so that the browsed webpage in the mobile communication terminal browser can not only display all contents of the webpage (except redundant information such as advertisements), but also save the flow of the webpage browsed by the mobile communication terminal.
A DOM tree is a collection of nodes or pieces of information organized in a hierarchy. This hierarchy allows developers to navigate through the DOM tree looking for specific information. Analyzing the structure typically requires loading the entire document and constructing the hierarchy.
The webpage acquired in the embodiment of the invention is the webpage which needs to be displayed in the mobile communication terminal browser.
And step S104, acquiring a pre-stored simulated click program for loading the webpage.
As described in step S102, the background server of the mobile communication terminal needs a kernel service to pre-load the acquired web page, that is, to perform a web page processing procedure. In the preloading process, the display of the content of some web pages needs to be triggered by clicking of a user, and the web pages in the background server do not participate by the user, so that the pre-loaded content in the background server can be completely displayed, and the pre-stored click simulator for loading the web pages is obtained in the process of processing the web pages.
The method comprises the steps of simulating a click program, as the name suggests, simulating a click operation program of a user, and if the webpage content needing click triggering is met in the process of processing the webpage, simulating the click operation of the user through the simulated click program so as to trigger the content of the webpage after the click operation, so that the content needing click triggering can be processed by a background server and can be completely displayed on a mobile communication terminal.
The obtained simulated click program can be a section of self-defined JS file, the JS file is independent of the original logic of the webpage, when the JS is loaded on the webpage, the simulated click program is loaded at the head of the webpage, after the execution of the webpage logic except for the simulated click program in the webpage is completed, a complete DOM tree is formed, the logic of the webpage can normally operate, and then the simulated click program is executed on the DOM tree.
Specifically, the simulated click program may be as shown in the following example:
create event ("MouseEvents")/click event = document
initEvent (e, true, true)// inititialize click event
Dispatch event (event)// trigger event
It should be noted that the above simulated click program is only a specific example in the embodiment of the present invention, and it should be understood that all the simulated click programs having the same or equivalent ideas as the above specific embodiment should be within the protection scope of the solution of the present invention.
And step S106, running a simulated click program to trigger a simulated click operation for loading the webpage.
The simulated click program is operated to simulate the click operation, the click operation of a user is replaced, the problem that the click operation cannot be carried out due to the fact that the user cannot participate in the background server is solved by operating the simulated click program to carry out the simulated click operation, and the web page can be subjected to simulated click in the preloading process in the background server.
And S108, triggering a program for loading the webpage according to the simulated click operation to obtain the loaded webpage content.
After the simulated click operation is triggered by operating the simulated click program, the program for loading the webpage is triggered according to the simulated click operation, and the loaded webpage content is obtained. The obtained loaded webpage content comprises the webpage content triggered by the click operation and the webpage content loaded before the click operation.
Step S110, sending the loaded web page content to the mobile communication terminal, where the mobile communication terminal is configured to display a web page corresponding to the loaded web page content.
And sending the obtained loaded webpage content to the mobile communication terminal, rendering the loaded webpage content at the mobile communication terminal, and displaying the webpage corresponding to the loaded webpage content at the mobile communication terminal.
The data processing method for the mobile communication terminal browser comprises the steps of running a simulation click program on a background server, triggering a simulation click operation for loading a webpage, triggering a webpage loading program according to the simulation click operation to obtain loaded webpage content, sending the obtained loaded webpage content to the mobile communication terminal, and displaying the webpage corresponding to the loaded webpage content through rendering of the mobile terminal. The click operation is simulated on the background server, so that the click operation of a user can be simulated, the original logic of the webpage can be unchanged and damaged, the webpage which can be displayed only by click triggering can be loaded on the basis of normally loading the original logic of the webpage, the content of the webpage is completely loaded in the process of processing the webpage, and the function of the webpage is reserved (for example, a verification code is input). Therefore, when the webpage suitable for being browsed by the PC browser is processed into the webpage suitable for the mobile communication terminal browser, the display abnormity problems of incapability of displaying or incomplete display and the like can not occur, and the mobile terminal browser can be ensured to normally display the converted webpage.
Further, after obtaining the pre-stored simulated click program for loading the webpage, the data processing method further includes: the method comprises the steps of obtaining a click action label in a simulated click program, and running the simulated click program to trigger simulated click operation for loading a webpage page, wherein the simulated click operation comprises the following steps: and acquiring the simulated click operation corresponding to the click action label. And running a simulated click program to trigger the simulated click operation corresponding to the click action tag, wherein different click action tags correspond to different simulated click operations.
The click action tag is used for marking click actions, so that actions needing to be simulated and clicked can be found in programs of the webpage conveniently, and after a pre-stored simulated click program used for loading the webpage is obtained, the click action tag in the simulated click program is obtained. And after the label simulating the click action is obtained, a simulated click program is operated to simulate the simulated click operation corresponding to the obtained click action label.
For example, the web pages to be loaded by performing simulated clicking include a web page with an "authentication code" and a web page of a waterfall flow website, where the web page with the "authentication code" may be a web page displaying the authentication code during registration, a web page displaying the authentication code during login, a web page displaying the authentication code during file downloading, and the like, and the web page of the waterfall flow website is a web page that needs to be clicked to load more web page contents, for example, a web page that needs to click a first page picture in a community to enter community contents, and further, when a "next page" appears in a microblog, a web page that needs to be clicked to load a next page is clicked.
Different click actions correspond to different click action tags, a simulated click program simulates corresponding click actions, and different webpage pages correspond to different click actions, for example, the click action tag corresponding to the webpage page with the verification code is different from the click action tag of the waterfall flow website.
And if the simulated click operation is executed according to different click action tags, the simulated click operation can be executed on the node corresponding to the click action tag according to the different click action tags in the DOM tree, so that the webpage is triggered and loaded, and the webpage can be normally displayed.
Since the simulated click program is run to simulate the click operation corresponding to the click action tag after the click action tag is obtained, how to obtain the click action tag is also a very important link, and the method for obtaining the click action tag will be described below with reference to the accompanying drawings.
Fig. 2 is a flowchart of a first method for obtaining a click action tag in a simulated click program according to an embodiment of the present invention.
Step S202, acquiring the domain name of the webpage.
Each webpage has a domain name, different click action tags are configured according to the domain name of the webpage, and for websites of forum communities such as a campus BBS (bulletin board), the names of the click action tags are configured according to the domain name of the webpage, for example, information of inputting a verification code during login.
Step S204, acquiring click action tags corresponding to domain names of web pages, wherein different click action tags are configured for the domain names of different web pages.
The method comprises the steps of obtaining a click action label corresponding to a domain name of a webpage, writing the obtained click action label into a simulated click program, and simulating a simulated click operation corresponding to the click action label by the simulated click program according to the click action label, so that the action with the click action label can be triggered and displayed in a background server without participation of a user through the simulated click operation.
The click action tags corresponding to the domain names of the web pages can be obtained by obtaining different click action tags configured for the domain names of different web pages, the click action tags are obtained according to the configuration information, the click action tags are simple, a complex program is not needed, the click action tags can be obtained only according to the configuration information, then the click simulation program triggers the click simulation operation by using the obtained click action tags, and finally the web pages can be triggered and displayed.
For obtaining the click action tag in the simulated click program, the click action tag can be obtained by a more rapid and intelligent method, and the specific method comprises the following steps:
fig. 3 is a flowchart of a second method for obtaining a click action tag in a simulated click program according to an embodiment of the present invention.
Step S302, acquiring the characteristics of the contents to be clicked for loading the webpage.
Step S304, acquiring click action tags corresponding to the characteristics of the content to be clicked, wherein different click action tags are configured according to the characteristics of different content to be clicked, and the click action tags corresponding to the characteristics of the content to be clicked are used as click action tags in the simulated click program.
For example, in a web page with a "verification code", a "verification code" word is usually detected by a background server, an "input" tag follows the "verification code" word, the "verification code" word is used as a feature of the content to be clicked on the web page, the "input" following the "verification code" word is used as a click action tag corresponding to the feature of the content to be clicked, and in order to find the click action tag in the web page, the feature of the content to be clicked, like the "verification code", is found in the background server, so as to obtain the click action tag corresponding to the feature of the content to be clicked.
Different click action tags are configured for different features of the content to be clicked, such as a waterfall website, and in particular, a community like a QQ space. Before browsing a community home page, a picture is displayed, the user can enter the community to browse the content of a webpage after clicking the picture, and the clicking action of the picture is clicking which cannot be participated by the user when the webpage is preloaded by a background server.
For the waterfall flow website, the background server can detect a word sample of the 'home page picture', an 'entre' label can be followed after the word sample, the word sample of the 'home page picture' is used as a feature of the content to be clicked, and the 'entre' label which follows the word sample is used as a click action label corresponding to the feature of the content to be clicked.
Websites similar to waterfall flow also include microblog websites, picture websites and the like, usually, when the websites browse webpage, the 'next page' word appears, when a user clicks the next page, the user can turn pages to browse more webpage contents, then, when the background server is preloaded, the 'next page' word is searched as the characteristic of the content to be clicked, a click action label followed by the next page is obtained, and a simulated click program is operated according to the click action label, so that the simulated click operation is performed.
The method for acquiring the click action tag is described above by using only a few examples, and the method for acquiring the click action tag in the embodiment of the present invention includes, but is not limited to, the above examples, it should be understood that the above features of the content to be clicked and the click action tag corresponding to the features of the content to be clicked are only for facilitating understanding of the solution of the present invention, and are not limited to the technical solution of the present invention, and other features of the content to be clicked and the click action tag corresponding to the features of the content to be clicked are also within the protection scope of the present invention.
Specifically, the obtaining of the characteristics of the content to be clicked for loading the web page includes:
and acquiring a DOM tree of the webpage.
And acquiring the node attribute of the DOM tree of the webpage.
And traversing nodes of the DOM tree, and searching the characteristics of the click action according to the node attributes of the DOM tree of the webpage.
The DOM tree presents web pages as a node tree structure with elements, attributes, and text. The DOM tree includes a plurality of nodes, each having attributes containing certain information about the node, including node name, node value, and node type.
And after the webpage resources are captured, obtaining a DOM tree of the webpage, so that the node attribute of the DOM tree of the webpage can be obtained, traversing all nodes of the DOM tree, and searching the characteristics of the click action.
The characteristic of the click action which is usually found is the node name of a certain node, so that the characteristic of the click action can be found according to the node name in the node attribute of the DOM tree.
The click action characteristics needing to be simulated are found by traversing the nodes of the DOM tree, and after the click action characteristics are found, the click action simulation operation can be carried out according to the method provided by the embodiment of the invention.
The characteristics of the click action are searched by traversing the nodes of the DOM tree, and the click action tag corresponding to the characteristics of the click action is obtained according to the characteristics of the click action, so that the method for obtaining the click action tag is more intelligent, and the characteristics of the click actions of all the nodes in the DOM tree are completely captured.
The technical solution of the embodiment of the present invention is described below with reference to a page with an "authentication code", where the page with the "authentication code" may be any one of the following web pages, such as a registration page, a login page, and a download page. In this embodiment, a registration page is taken as an example for explanation.
When the user requests to browse the registration page, the server sends the requested registration page to the mobile communication terminal. In the registration page, a verification box "click to display a verification code" usually appears, and in general, on the browser, the user clicks a corresponding position in the screen to display the verification code.
Before the registration page is sent to the mobile communication terminal, the registration page is processed by the background server, page impurities are removed, and the page is compressed, so that the page can be displayed on the mobile communication terminal completely and correctly.
In the process of processing the registered page, firstly, acquiring webpage page resources, generating a DOM tree, and acquiring a simulated click program under the condition of ensuring that the page logic of the webpage page is not changed.
In order to run the simulated click program, traversing the DOM tree to search the characteristics of the content to be clicked, and aiming at the characteristics of the content to be clicked found by the registered page as the verification code, the click action tag corresponding to the verification code is input, after the click action tag is obtained, the simulated click program triggers the simulated click operation according to the click action tag, and triggers and loads the content of the webpage according to the simulated click operation.
In the background server, after the simulation trigger program runs, the simulation click operation is triggered, namely the user clicks the corresponding position in the webpage to display the verification code, so that when the background server is preloaded, the simulation click operation triggers the program for loading the verification code, and the content of the verification code can be loaded in the background server.
Therefore, under the condition that the background server does not participate in clicking, the content needing clicking to trigger display can be loaded, and the content in the webpage can be preloaded in the background server. After the web page processed by the background server is sent to the mobile communication terminal, the whole content of the web page can be completely displayed on the mobile communication terminal, and all functions of the web page can be realized. When the user browses the registered webpage at the mobile communication terminal, the verification code can be displayed by clicking, so that the normal display of the webpage is ensured.
The method can realize the function of browsing the web page by using a PC browser for some mobile communication terminals which can not process the web page at the mobile communication terminal.
Similarly, for a website with waterfall flow, by the method, content which can be displayed on a webpage, such as browsing pictures or microblogs, can be preloaded on a background server, and after the mobile communication terminal is rendered, a user clicks a specific position in the webpage, and then more pictures or more microblog content are displayed.
The embodiment of the invention also provides a data processing device for the mobile communication terminal browser.
The data processing method according to the embodiment of the present invention may be executed by the data processing apparatus according to the embodiment of the present invention, and the data processing apparatus according to the embodiment of the present invention may also be used to execute the data processing method according to the embodiment of the present invention.
Fig. 4 is a schematic diagram of a data processing apparatus for a browser of a mobile communication terminal according to an embodiment of the present invention. As shown in the figure, the data processing apparatus includes a first acquiring unit 10, a second acquiring unit 20, an executing unit 30, a triggering unit 40, and a transmitting unit 50.
The first acquiring unit 10 is used for acquiring a web page.
It is known that the size and style of the presentation of the same web page viewed in a PC browser and viewed in a mobile communication terminal browser are different. This is because the processing capability of the browser on the mobile communication terminal is weaker than that of the PC browser, the display screen of the mobile communication terminal is smaller than that of the PC, and even some mobile communication terminals cannot run the browser kernel, however, in order to make the web page displayed on the mobile communication terminal as identical as possible to the web page displayed on the PC browser, the mobile communication terminal has convenient browsing and beautiful appearance, needs to process the web page in the PC browser by the background server, the web page processed by the background server is the web page to be displayed in the mobile communication terminal browser, and is processed by the background server, the webpage displayed in the PC browser is suitable for being displayed in the mobile communication terminal browser, and is completely displayed in the mobile communication terminal browser after being rendered by the mobile communication terminal.
The mobile communication terminal includes but is not limited to the following devices: android system mobile phone and panel electric energy, IOS system mobile phone and panel computer. The mobile communication terminal browser includes but is not limited to the following browsers: and browsers such as a QQ browser, a Google browser and a UC browser.
In the background server, all the web pages displayed in the PC browser do not need to be processed to be suitable for being displayed in the mobile communication terminal, the background server only needs to automatically judge whether the web pages need to be processed or not when receiving information of a certain web page requested to be browsed by a user, and if the web pages requested to be browsed need to be processed, the web pages are processed, so that the web pages can be normally displayed and operated in the mobile communication terminal, the content in the web pages is reserved, the web page impurities (such as advertisements and the like) can be removed, the flow consumption of the browser of the mobile communication terminal is saved, and meanwhile, the function of the web pages can be normally used.
Specifically, when the background server processes the webpage, firstly, the webpage resource is captured, the JS of the webpage resource is analyzed, and then the DOM tree of the webpage is formed in the background server. After a DOM tree of the webpage is formed, the webpage is compressed to be suitable for being browsed in a mobile communication terminal browser, and redundant information such as advertisements is eliminated, so that the browsed webpage in the mobile communication terminal browser can not only display all contents of the webpage (except redundant information such as advertisements), but also save the flow of the webpage browsed by the mobile communication terminal.
A DOM tree is a collection of nodes or pieces of information organized in a hierarchy. This hierarchy allows developers to navigate through the DOM tree looking for specific information. Analyzing the structure typically requires loading the entire document and constructing the hierarchy.
The webpage acquired in the embodiment of the invention is the webpage which needs to be displayed in the mobile communication terminal browser.
The second obtaining unit 20 is configured to obtain a pre-stored simulated click program for loading a web page.
The background server of the mobile communication terminal needs a kernel service to pre-load the acquired webpage, namely, to process the webpage. In the preloading process, the display of the content of some web pages needs to be triggered by clicking of a user, and the web pages in the background server do not participate by the user, so that the pre-loaded content in the background server can be completely displayed, and the pre-stored click simulator for loading the web pages is obtained in the process of processing the web pages.
The method comprises the steps of simulating a click program, as the name suggests, simulating a click operation program of a user, and if the webpage content needing click triggering is met in the process of processing the webpage, simulating the click operation of the user through the simulated click program so as to trigger the content of the webpage after the click operation, so that the content needing click triggering can be processed by a background server and can be completely displayed on a mobile communication terminal.
The obtained simulated click program can be a section of self-defined JS file, the JS file is independent of the original logic of the webpage, when the JS is loaded on the webpage, the simulated click program is loaded at the head of the webpage, after the execution of the webpage logic except for the simulated click program in the webpage is completed, a complete DOM tree is formed, the logic of the webpage can normally operate, and then the simulated click program is executed on the DOM tree.
Specifically, the simulated click program may be as shown in the following example:
create event ("MouseEvents")/click event = document
initEvent (e, true, true)// inititialize click event
Dispatch event (event)// trigger event
It should be noted that the above simulated click program is only a specific example in the embodiment of the present invention, and it should be understood that all the simulated click programs having the same or equivalent ideas as the above specific embodiment should be within the protection scope of the solution of the present invention.
The execution unit 30 is configured to execute a simulated click program to trigger a simulated click operation for loading a web page.
The simulated click program is operated to simulate the click operation, the click operation of a user is replaced, the problem that the click operation cannot be carried out due to the fact that the user cannot participate in the background server is solved by operating the simulated click program to carry out the simulated click operation, and the web page can be subjected to simulated click in the preloading process in the background server.
The triggering unit 40 is configured to trigger a program for loading a web page according to the simulated click operation, so as to obtain loaded web page content.
After the simulated click operation is triggered by operating the simulated click program, the program for loading the webpage is triggered according to the simulated click operation, and the loaded webpage content is obtained. The obtained loaded webpage content comprises the webpage content triggered by the click operation and the webpage content loaded before the click operation.
The sending unit 50 is configured to send the loaded web page content to the mobile communication terminal, where the mobile communication terminal is configured to display a web page corresponding to the loaded web page content.
And sending the obtained loaded webpage content to the mobile communication terminal, rendering the loaded webpage content at the mobile communication terminal, and displaying the webpage corresponding to the loaded webpage content at the mobile communication terminal.
The data processing device for the mobile communication terminal browser runs the simulation click program on the background server through the running unit 30 to trigger the simulation click operation for loading the webpage, then triggers the program for loading the webpage according to the simulation click operation by using the triggering unit 40 to obtain the loaded webpage content, then sends the obtained loaded webpage content to the mobile communication terminal by using the sending unit 50, and displays the webpage corresponding to the loaded webpage content through the rendering of the mobile communication terminal. The method comprises the steps of simulating click operation on a background server, namely simulating the click operation of a user, loading the webpage which can be displayed only by click triggering without changing and damaging the original logic of the webpage, and thus completely loading the webpage content and keeping the function of the webpage (such as inputting a verification code) in the process of processing the webpage. Therefore, when the webpage suitable for being browsed by the PC browser is processed into the webpage suitable for the mobile communication terminal browser, the display abnormity problems of incapability of displaying or incomplete display and the like can not occur, and the mobile terminal browser can be ensured to normally display the converted webpage.
Further, as shown in fig. 5 to 6, the data processing apparatus further includes a third obtaining unit 60, configured to obtain a click action tag in a simulated click program after obtaining the pre-stored simulated click program for loading a web page, where the executing unit 30 includes: and the first acquisition module is used for acquiring the simulated click operation corresponding to the click action tag. And the operation module is used for operating the simulated click program to trigger the simulated click operation corresponding to the click action tag, wherein different click action tags correspond to different simulated click operations.
The click action tag is used for marking click actions, so that actions needing to be simulated and clicked can be found in programs of the webpage conveniently, and after a pre-stored simulated click program used for loading the webpage is obtained, the click action tag in the simulated click program is obtained. And after the label simulating the click action is obtained, a simulated click program is operated to simulate the simulated click operation corresponding to the obtained click action label.
For example, the web pages to be loaded by performing simulated clicking include a web page with an "authentication code" and a web page of a waterfall flow website, where the web page with the "authentication code" may be a web page displaying the authentication code during registration, a web page displaying the authentication code during login, a web page displaying the authentication code during file downloading, and the like, and the web page of the waterfall flow website is a web page that needs to be clicked to load more web page contents, for example, a web page that needs to click a first page picture in a community to enter community contents, and further, when a "next page" appears in a microblog, a web page that needs to be clicked to load a next page is clicked.
Different click actions correspond to different click action tags, a simulated click program simulates corresponding click actions, and different webpage pages correspond to different click actions, for example, the click action tag corresponding to the webpage page with the verification code is different from the click action tag of the waterfall flow website.
And if the simulated click operation is executed according to different click action tags, the simulated click operation can be executed on the node corresponding to the click action tag according to the different click action tags in the DOM tree, so that the webpage is triggered and loaded, and the webpage can be normally displayed.
Since the simulated click program is run to simulate the click operation corresponding to the click action tag after the click action tag is obtained, how to obtain the click action tag is also a very important link, and the method for obtaining the click action tag will be described below with reference to the accompanying drawings.
FIG. 5 is a diagram of a first apparatus for obtaining a click action tag in a simulated click program according to an embodiment of the present invention. As shown in the figure, the third obtaining unit for obtaining the click action tag in the simulated click program includes a second obtaining module 601 and a third obtaining module 602.
The second obtaining module 601 is configured to obtain a domain name of a webpage.
Each webpage has a domain name, different click action tags are configured according to the domain name of the webpage, and for websites of forum communities such as a campus BBS (bulletin board), the names of the click action tags are configured according to the domain name of the webpage, for example, information of inputting a verification code during login.
The third obtaining module 602 is configured to obtain a click action tag corresponding to a domain name of a webpage, where different click action tags are configured for domain names of different webpages.
The method comprises the steps of obtaining a click action label corresponding to a domain name of a webpage, writing the obtained click action label into a simulated click program, and simulating a simulated click operation corresponding to the click action label by the simulated click program according to the click action label, so that the action with the click action label can be triggered and displayed in a background server without participation of a user through the simulated click operation.
The click action tags corresponding to the domain names of the web pages can be obtained by obtaining different click action tags configured for the domain names of different web pages, the click action tags are obtained according to the configuration information, the click action tags are simple, a complex program is not needed, the click action tags can be obtained only according to the configuration information, then the click simulation program triggers the click simulation operation by using the obtained click action tags, and finally the web pages can be triggered and displayed.
FIG. 6 is a diagram of a second apparatus for obtaining a click action tag in a simulated click program according to an embodiment of the invention. As shown in the figure, the third obtaining unit for obtaining the click action tag in the simulated click program includes a feature obtaining module 603 and a tag obtaining module 604.
The feature obtaining module 603 is configured to obtain a feature of the content to be clicked, where the content is used for loading a webpage.
The tag obtaining module 604 is configured to obtain a click action tag corresponding to a feature of the content to be clicked, where different click action tags are configured for different features of the content to be clicked, and the click action tag corresponding to the feature of the content to be clicked is used as a click action tag in the simulated click program.
For example, in a web page with a "verification code", a "verification code" word is usually detected by a background server, an "input" tag follows the "verification code" word, the "verification code" word is used as a feature of the content to be clicked on the web page, the "input" following the "verification code" word is used as a click action tag corresponding to the feature of the content to be clicked, and in order to find the click action tag in the web page, the feature of the content to be clicked, like the "verification code", is found in the background server, so as to obtain the click action tag corresponding to the feature of the content to be clicked.
Different click action tags are configured for different features of the content to be clicked, such as a waterfall website, and in particular, a community like a QQ space. Before browsing a community home page, a picture is displayed, the user can enter the community to browse the content of a webpage after clicking the picture, and the clicking action of the picture is clicking which cannot be participated by the user when the webpage is preloaded by a background server.
For the waterfall flow website, the background server can detect a word sample of the 'home page picture', an 'entre' label can be followed after the word sample, the word sample of the 'home page picture' is used as a feature of the content to be clicked, and the 'entre' label which follows the word sample is used as a click action label corresponding to the feature of the content to be clicked.
Websites similar to waterfall flow also include microblog websites, picture websites and the like, usually, when the websites browse webpage, the 'next page' word appears, when a user clicks the next page, the user can turn pages to browse more webpage contents, then, when the background server is preloaded, the 'next page' word is searched as the characteristic of the content to be clicked, a click action label followed by the next page is obtained, and a simulated click program is operated according to the click action label, so that the simulated click operation is performed.
The method for acquiring the click action tag by the third acquiring unit is described above by using only a few examples, and the method for acquiring the click action tag by the third acquiring unit in the embodiment of the present invention includes but is not limited to the above few examples, and it should be understood that the above features of the content to be clicked and the click action tag corresponding to the features of the content to be clicked are only for facilitating understanding of the solution of the present invention, and are not used to limit the technical solution of the present invention, and other features of the content to be clicked and click action tags corresponding to the features of the content to be clicked are also within the protection scope of the present invention.
Specifically, the feature obtaining module 603 includes a first obtaining submodule, a second obtaining submodule, and a traversal submodule.
The first obtaining submodule is used for obtaining a DOM tree of a webpage.
And the second obtaining submodule is used for obtaining the node attribute of the DOM tree of the webpage.
And the traversal submodule is used for traversing the nodes of the DOM tree and searching the characteristics of the click action according to the node attributes of the DOM tree of the webpage.
The DOM tree presents web pages as a node tree structure with elements, attributes, and text. The DOM tree includes a plurality of nodes, each having attributes containing certain information about the node, including node name, node value, and node type.
And after the webpage resources are captured, obtaining a DOM tree of the webpage, so that the node attribute of the DOM tree of the webpage can be obtained, traversing all nodes of the DOM tree, and searching the characteristics of the click action.
The characteristic of the click action which is usually found is the node name of a certain node, so that the characteristic of the click action can be found according to the node name in the node attribute of the DOM tree.
And traversing nodes of the DOM tree by the traversing sub-module to find the characteristics of the click action needing to be simulated, and after the characteristics of the click action are found, carrying out simulated click operation according to the method provided by the embodiment of the invention.
The characteristics of the click action are searched by traversing the nodes of the DOM tree, and the click action tag corresponding to the characteristics of the click action is obtained according to the characteristics of the click action, so that the method for obtaining the click action tag is more intelligent, and the characteristics of the click actions of all the nodes in the DOM tree are completely captured.
The technical solution of the embodiment of the present invention is described below with reference to a page with an "authentication code", where the page with the "authentication code" may be any one of the following web pages, such as a registration page, a login page, and a download page. In this embodiment, a registration page is taken as an example for explanation.
When the user requests to browse the registration page, the server sends the requested registration page to the mobile communication terminal. In the registration page, a verification box "click to display a verification code" usually appears, and in general, on the browser, the user clicks a corresponding position in the screen to display the verification code.
Before the registration page is sent to the mobile communication terminal, the registration page is processed by the background server, page impurities are removed, and the page is compressed, so that the page can be displayed on the mobile communication terminal completely and correctly.
In the process of processing the registered page, the first obtaining unit 10 first obtains the webpage resource to generate the DOM tree, and the second obtaining unit 20 obtains the click simulation program under the condition that the page logic of the webpage is not changed.
In order to run the simulated click program, traversing the submodule to traverse the DOM tree to find the feature of the content to be clicked, and if the feature of the content to be clicked found for the registered page is the verification code, the click action tag corresponding to the verification code is the input, and after the click action tag is obtained, the running unit 30 is used to run the simulated click program and trigger the simulated click operation according to the click action tag, as triggered, 40 triggers the loading of the content of the web page according to the simulated click operation.
In the background server, after the simulation trigger program runs, the simulation click operation is triggered, namely the user clicks the corresponding position in the webpage to display the verification code, so that when the background server is preloaded, the simulation click operation triggers the program for loading the verification code, and the content of the verification code can be loaded in the background server.
Therefore, under the condition that the background server does not participate in clicking, the content needing clicking to trigger display can be loaded, and the content in the webpage can be preloaded in the background server. After the web page processed by the background server is sent to the mobile communication terminal, the whole content of the web page can be completely displayed on the mobile communication terminal, and all functions of the web page can be realized. When the user browses the registered webpage at the mobile communication terminal, the verification code can be displayed by clicking, so that the normal display of the webpage is ensured.
The method can realize the function of browsing the web page by using a PC browser for some mobile communication terminals which can not process the web page at the mobile communication terminal.
Similarly, for a website with waterfall flow, by the method, content which can be displayed on a webpage, such as browsing pictures or microblogs, can be preloaded on a background server, and after the mobile communication terminal is rendered, a user clicks a specific position in the webpage, and then more pictures or more microblog content are displayed.
The embodiment of the invention also provides a computer storage medium. The computer storage medium may store a program for performing a part or all of the steps of the data processing method for a browser of a mobile communication terminal described above.
It should be noted that, for simplicity of description, the above-mentioned method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the order of acts, as some steps may occur in other orders or concurrently in accordance with the invention. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required by the invention.
In the foregoing embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus may be implemented in other manners. For example, the above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one type of division of logical functions, and there may be other divisions when actually implementing, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or not implemented. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of some interfaces, devices or units, and may be an electric or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (4)

1. A data processing method for a mobile communication terminal browser is characterized by comprising the following steps:
a server acquires a webpage;
the server acquires a pre-stored click simulation program for loading the webpage, wherein the click simulation program is independent of the original logic of the webpage;
the server acquires the click action tag in the simulated click program, wherein the acquisition of the click action tag in the simulated click program by the server comprises the following steps: acquiring a domain name of the webpage; acquiring a click action tag corresponding to the domain name of the webpage, wherein different click action tags are configured aiming at the domain names of different webpages; or, the step of acquiring the click action tag in the simulated click program by the server includes: acquiring characteristics of contents to be clicked for loading the webpage, wherein the acquiring characteristics of the contents to be clicked for loading the webpage comprises the following steps: acquiring a DOM tree of the webpage; acquiring node attributes of a DOM tree of the webpage; traversing the nodes of the DOM tree, and searching the characteristics of the click action according to the node attributes of the DOM tree of the webpage; acquiring click action tags corresponding to the characteristics of the content to be clicked, wherein different click action tags are configured according to the characteristics of different content to be clicked, and the click action tags corresponding to the characteristics of the content to be clicked are used as click action tags in the simulated click program;
the server runs the simulated click program to trigger a simulated click operation for loading the webpage, wherein the step of running the simulated click program to trigger the simulated click operation for loading the webpage comprises the following steps: acquiring a simulated click operation corresponding to the click action label; the simulated click program is operated to trigger the simulated click operation corresponding to the click action tag, wherein different click action tags correspond to different simulated click operations;
the server triggers a program for loading the webpage according to the simulated click operation to obtain loaded webpage content, wherein the loaded webpage content comprises the webpage content triggered by the simulated click operation and the webpage content loaded before the simulated click operation; and
the server sends the loaded webpage content to a mobile communication terminal, wherein the mobile communication terminal is used for displaying a webpage corresponding to the loaded webpage content;
the server is further used for capturing webpage resources, analyzing JS of the webpage resources, forming a DOM tree of the webpage, compressing the webpage and eliminating advertisements in the webpage so that the webpage is suitable for browsing in a browser of the mobile communication terminal when the webpage is processed.
2. A data processing apparatus for a mobile communication terminal browser, applied to a server, the apparatus comprising:
the first acquisition unit is used for acquiring a webpage;
the second acquisition unit is used for acquiring a pre-stored click simulation program used for loading the webpage, wherein the click simulation program is independent of the original logic of the webpage;
the operation unit is used for operating the simulated click program to trigger the simulated click operation for loading the webpage;
the triggering unit is used for triggering a program for loading the webpage according to the simulated click operation to obtain loaded webpage content, wherein the loaded webpage content comprises the webpage content triggered by the simulated click operation and the webpage content loaded before the simulated click operation; and
the sending unit is used for sending the loaded webpage content to a mobile communication terminal, wherein the mobile communication terminal is used for displaying a webpage corresponding to the loaded webpage content;
wherein the data processing apparatus further comprises: the third acquisition unit is used for acquiring a click action tag in a simulated click program after the simulated click program which is stored in advance and used for loading the webpage is acquired;
the operation unit includes: the first acquisition module is used for acquiring the simulated click operation corresponding to the click action tag; the operation module is used for operating the simulated click program to trigger the simulated click operation corresponding to the click action tag, wherein different click action tags correspond to different simulated click operations;
wherein the third acquiring unit includes: the second acquisition module is used for acquiring the domain name of the webpage; the third acquisition module is used for acquiring click action tags corresponding to the domain names of the webpage pages, wherein different click action tags are configured aiming at the domain names of different webpage pages; or the like, or, alternatively,
the third acquisition unit includes: the characteristic acquisition module is used for acquiring the characteristics of the contents to be clicked for loading the webpage; the tag acquisition module is used for acquiring click action tags corresponding to the characteristics of the content to be clicked, wherein different click action tags are configured according to the characteristics of different content to be clicked, and the click action tags corresponding to the characteristics of the content to be clicked are used as click action tags in the simulated click program;
wherein the feature acquisition module comprises: the first obtaining sub-module is used for obtaining a DOM tree of the webpage; the second obtaining submodule is used for obtaining the node attribute of the DOM tree of the webpage; the traversal submodule is used for traversing the nodes of the DOM tree and searching the characteristics of the click action according to the node attributes of the DOM tree of the webpage;
the device is also used for capturing webpage resources, analyzing JS of the webpage resources, forming a DOM tree of the webpage, compressing the webpage and eliminating advertisements in the webpage so that the webpage is suitable for browsing in a browser of the mobile communication terminal when the webpage is processed.
3. An electronic device comprising a memory and a processor, characterized in that the memory has stored therein a computer program, and the processor is arranged to execute the method as claimed in claim 1 by means of the computer program.
4. A storage medium, in which a computer program is stored, wherein the computer program is arranged to perform the method as claimed in claim 1 when executed.
CN201410005819.7A 2014-01-06 2014-01-06 Data processing method and device for mobile communication terminal browser Active CN104765746B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410005819.7A CN104765746B (en) 2014-01-06 2014-01-06 Data processing method and device for mobile communication terminal browser

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410005819.7A CN104765746B (en) 2014-01-06 2014-01-06 Data processing method and device for mobile communication terminal browser

Publications (2)

Publication Number Publication Date
CN104765746A CN104765746A (en) 2015-07-08
CN104765746B true CN104765746B (en) 2020-02-07

Family

ID=53647579

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410005819.7A Active CN104765746B (en) 2014-01-06 2014-01-06 Data processing method and device for mobile communication terminal browser

Country Status (1)

Country Link
CN (1) CN104765746B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105183453B (en) * 2015-08-07 2019-04-02 安一恒通(北京)科技有限公司 Information acquisition method and device based on webpage
CN105260310A (en) * 2015-10-23 2016-01-20 天津橙子科技有限公司 User behavior simulation method for WEB application program
CN106331888A (en) * 2016-08-31 2017-01-11 乐视控股(北京)有限公司 Browser operating method and device
CN106411881B (en) * 2016-09-27 2020-12-25 北京奇虎科技有限公司 Method and device for buying ticket based on client
CN106991188A (en) * 2017-04-11 2017-07-28 焦点科技股份有限公司 A kind of efficient internet dynamic data automatic screening and grasping means and system
CN108965969B (en) * 2018-06-28 2020-08-14 烽火通信科技股份有限公司 Page skipping method and system for IPTV set top box
CN110955473B (en) * 2018-09-26 2023-10-31 北京国双科技有限公司 Method and device for displaying loading prompt information
CN109948090B (en) * 2019-03-08 2023-06-09 深圳市雅阅科技有限公司 Webpage loading method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101432712A (en) * 2004-09-07 2009-05-13 鲁特宛有限公司 Method and system for communicating and exchanging data between browser frames
CN102033935A (en) * 2010-12-20 2011-04-27 深圳市五巨科技有限公司 Preloading method, preloading device and preloading system of mobile terminal browser
CN102663012A (en) * 2012-03-20 2012-09-12 北京搜狗信息服务有限公司 Webpage preloading method and system
CN102855318A (en) * 2012-08-31 2013-01-02 北京搜狗信息服务有限公司 Method and system for preloading of webpages
CN103246526A (en) * 2012-02-07 2013-08-14 腾讯科技(深圳)有限公司 Client pre-loading method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101432712A (en) * 2004-09-07 2009-05-13 鲁特宛有限公司 Method and system for communicating and exchanging data between browser frames
CN102033935A (en) * 2010-12-20 2011-04-27 深圳市五巨科技有限公司 Preloading method, preloading device and preloading system of mobile terminal browser
CN103246526A (en) * 2012-02-07 2013-08-14 腾讯科技(深圳)有限公司 Client pre-loading method and device
CN102663012A (en) * 2012-03-20 2012-09-12 北京搜狗信息服务有限公司 Webpage preloading method and system
CN102855318A (en) * 2012-08-31 2013-01-02 北京搜狗信息服务有限公司 Method and system for preloading of webpages

Also Published As

Publication number Publication date
CN104765746A (en) 2015-07-08

Similar Documents

Publication Publication Date Title
CN104765746B (en) Data processing method and device for mobile communication terminal browser
CN107729475B (en) Webpage element acquisition method, device, terminal and computer-readable storage medium
US10542123B2 (en) System and method for generating and monitoring feedback of a published webpage as implemented on a remote client
CN103186670B (en) A kind of method and system of complete collection info web
EP3273362A1 (en) Webpage access method, apparatus, device and non-volatile computer storage medium
CN104035753A (en) Double-WebView customized page display method and system
CN104462074A (en) Method and device for conducting webpage data translation and browser client side
CN104462131A (en) Method and device for processing information issuing page
US10013263B2 (en) Systems and methods method for providing an interactive help file for host software user interfaces
CN103631630A (en) Dynamic skin loading method for browser and browser device
CN110851756A (en) Page loading method and device, computer readable storage medium and terminal equipment
CN110826002B (en) Information sharing method, device, terminal and storage medium
CN105550179B (en) Webpage collection method and browser plug-in
CN110968314B (en) Page generation method and device
CN111177623A (en) Information processing method and device
CN111368180A (en) Page display method and device and electronic equipment
CN105808642B (en) Recommendation method and device
CN108345606A (en) The acquisition methods and device of web page resources
CN104899212A (en) Webpage display method, server and system
US10210001B2 (en) Automatic execution of objects in a user interface
CN106682014B (en) Game display data generation method and device
CN104156421A (en) Method, device and system for displaying page
CN105450460B (en) Network operation recording method and system
CN108108381B (en) Page monitoring method and device
CN104572816A (en) Information processing method and electronic equipment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20221207

Address after: 1402, Floor 14, Block A, Haina Baichuan Headquarters Building, No. 6, Baoxing Road, Haibin Community, Xin'an Street, Bao'an District, Shenzhen, Guangdong 518100

Patentee after: Shenzhen Yayue Technology Co.,Ltd.

Address before: 2, 518000, East 403 room, SEG science and Technology Park, Zhenxing Road, Shenzhen, Guangdong, Futian District

Patentee before: TENCENT TECHNOLOGY (SHENZHEN) Co.,Ltd.