CN110531973B - Webpage generation method and system, readable storage medium and intelligent device - Google Patents

Webpage generation method and system, readable storage medium and intelligent device Download PDF

Info

Publication number
CN110531973B
CN110531973B CN201910704608.5A CN201910704608A CN110531973B CN 110531973 B CN110531973 B CN 110531973B CN 201910704608 A CN201910704608 A CN 201910704608A CN 110531973 B CN110531973 B CN 110531973B
Authority
CN
China
Prior art keywords
square frame
webpage
generating
frame body
webpage label
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
CN201910704608.5A
Other languages
Chinese (zh)
Other versions
CN110531973A (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.)
Zonst Data Group Co ltd
Original Assignee
Zonst Data Group 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 Zonst Data Group Co ltd filed Critical Zonst Data Group Co ltd
Priority to CN201910704608.5A priority Critical patent/CN110531973B/en
Publication of CN110531973A publication Critical patent/CN110531973A/en
Application granted granted Critical
Publication of CN110531973B publication Critical patent/CN110531973B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/33Intelligent editors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention provides a webpage generation method, a webpage generation device, a readable storage medium and intelligent equipment, wherein the method comprises the following steps: providing a drawing board, and monitoring whether a clicking event aiming at the drawing board exists in real time, wherein the clicking event is a first clicking contact and a second clicking contact which are continuously clicked on the drawing board within a first preset time; if so, generating a square frame body according to the position coordinates of the first click contact and the position coordinates of the second click contact, and monitoring whether a text input message is received in the square frame body, wherein the text input message at least comprises a webpage label; if yes, calling a webpage label module corresponding to the webpage label name in a preset database according to the webpage label name. The webpage generating method provided by the invention can be more conveniently applied to actual editing of the webpage, and programming efficiency is improved.

Description

Webpage generation method and system, readable storage medium and intelligent device
Technical Field
The invention relates to the technical field of webpage editing, in particular to a webpage generating method, a webpage generating system, a readable storage medium and intelligent equipment.
Background
A Web Site (Web Site) is a collection of Web page files that are published on a Web server as a series of Web page files that provide information and services to visitors. Web pages are an essential component of web sites, a large web site may contain millions of web pages, and a small enterprise or personal web site may have only a few web pages. The existing website architecture and development mode mainly concentrate on a background server, once the structure of a website is determined, the structure of the website cannot be easily changed, and a developer of the website can develop a webpage of a corresponding module and update webpage content under the established website structure. Therefore, the web page in the existing website is generally unchanged in the condition that the server side does not actively update the web page.
In particular, a web page is a plain text file containing HTML tags that can be stored in a computer at a corner of the world, a "page" in the world wide web, and in hypertext markup language format (an application of standard universal markup language, file extension. HTML or. Htm). Web pages are typically provided with a graphic file and are read by a web browser.
In the prior art, the editing of the webpage is performed by purely manual coding mode of a programmer. However, the conventional coding method needs to enter the code row by row, so that the editing efficiency is low, and the actual programming efficiency is affected to a certain extent.
Disclosure of Invention
In view of the above, it is necessary to solve the problem that in the prior art, the editing of the web page is performed by purely manual coding by a programmer. However, the conventional encoding method requires line-by-line code entry, which has low editing efficiency and affects the actual programming efficiency to some extent.
The embodiment of the invention provides a webpage generating method, which comprises the following steps:
providing a drawing board, and monitoring whether a clicking event aiming at the drawing board exists in real time, wherein the clicking event is a first clicking contact and a second clicking contact which are continuously clicked on the drawing board in a first preset time;
if so, generating a square frame body according to the position coordinates of the first click contact point and the position coordinates of the second click contact point, and monitoring whether a text input message is received in the square frame body, wherein the text input message at least comprises a webpage label;
if yes, calling a webpage label module corresponding to the webpage label name in a preset database according to the webpage label name.
According to the webpage generating method, on the drawing board for webpage editing, when the first click contact and the second click contact which are continuously clicked in the first preset time are monitored, the fact that a click event exists on the drawing board is judged, a square frame body is generated according to the position coordinates corresponding to the first click contact and the second click contact, and then a webpage label module corresponding to the webpage label name is called in the preset database according to the webpage label name in the text input information received in the square frame body, so that webpage editing is carried out, entry of a programmer for line codes is avoided, and webpage editing efficiency is improved. The webpage generating method provided by the invention can be more conveniently applied to actual editing of the webpage, and programming efficiency is improved.
The method for generating the webpage comprises the following steps of:
acquiring a first position coordinate corresponding to the first click contact point and a second position coordinate corresponding to the second click contact point;
and connecting the first position coordinate with the second position coordinate to obtain a diagonal line, and generating the square frame body according to the diagonal line, wherein the first position coordinate is used as the left upper corner coordinate of the square frame body, and the second position coordinate is used as the right lower corner coordinate of the square frame body.
The method for generating the webpage further comprises the following steps:
connecting the first position coordinate and the second position coordinate to obtain a current diagonal, and judging whether the length of the current diagonal is within a preset diagonal length range;
if not, taking the midpoint of the current diagonal line as the center point of the rectangle, and generating a square frame body with a preset length and a preset width.
The method for generating the webpage comprises the following steps of:
after the square frame body is generated, starting timing to obtain a current display time;
and if the current display time exceeds the preset display time and the text input information is not monitored in the square frame, controlling the square frame to stop displaying and stopping receiving the text input information.
The method for generating the webpage, wherein the preset database comprises a plurality of webpage labels of different types, and the method for inputting the text input information in the square frame comprises the following steps:
monitoring character input information received in the square frame in real time, wherein the character input information at least comprises webpage label letters;
and searching corresponding webpage label names in various types in the preset database according to the webpage label letters, and generating a webpage label name drop-down table according to a plurality of the webpage label names.
The method for generating the webpage comprises the following steps of searching corresponding webpage label names in various types in the preset database according to a label searching frequency corresponding to each webpage label, and generating a webpage label name pull-down table according to a plurality of webpage label names:
and arranging the searched plurality of webpage label names according to the corresponding label searching frequency in a descending order to generate the webpage label name drop-down table.
The invention also provides a webpage generating device, wherein the generating device comprises:
the event monitoring module is used for providing a drawing board and monitoring whether a click event aiming at the drawing board exists or not in real time, wherein the click event is a first click contact and a second click contact which are used for continuously clicking on the drawing board in a first preset time;
the frame body generating module is used for generating a square frame body according to the position coordinates of the first clicking contact point and the position coordinates of the second clicking contact point if a clicking event aiming at the drawing board is detected, and monitoring whether a text input message is received in the square frame body, wherein the text input message at least comprises a webpage mark;
and the webpage label module is used for calling the webpage label module corresponding to the webpage label name in a preset database according to the webpage label name if the square frame is monitored to receive character input information.
The webpage generating device, wherein the frame generating module is used for:
acquiring a first position coordinate corresponding to the first click contact point and a second position coordinate corresponding to the second click contact point;
and connecting the first position coordinate with the second position coordinate to obtain a diagonal line, and generating the square frame body according to the diagonal line, wherein the first position coordinate is used as the left upper corner coordinate of the square frame body, and the second position coordinate is used as the right lower corner coordinate of the square frame body.
The invention also proposes a readable storage medium having stored thereon a computer program, wherein the program when executed by a processor implements a method of generating a web page as described above.
The invention also provides intelligent equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the webpage generation method when executing the program.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
FIG. 1 is a flowchart of a method for generating a web page according to a first embodiment of the present invention;
FIG. 2 is a flowchart of a method for generating a web page according to a second embodiment of the present invention;
FIG. 3 is a flowchart of a method for generating a web page according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a web page generating apparatus according to a fourth embodiment of the present invention.
Detailed Description
Embodiments of the present invention are described in detail below, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to like or similar elements or elements having like or similar functions throughout. The embodiments described below by referring to the drawings are illustrative only and are not to be construed as limiting the invention.
These and other aspects of embodiments of the invention will be apparent from and elucidated with reference to the description and drawings described hereinafter. In the description and drawings, particular implementations of embodiments of the invention are disclosed in detail as being indicative of some of the ways in which the principles of embodiments of the invention may be employed, but it is understood that the scope of the embodiments of the invention is not limited correspondingly. On the contrary, the embodiments of the invention include all alternatives, modifications and equivalents as may be included within the spirit and scope of the appended claims.
In the prior art, the editing of the webpage is performed by purely manual coding mode of a programmer. However, the conventional coding method needs to enter the code row by row, so that the editing efficiency is low, and the actual programming efficiency is affected to a certain extent.
Example 1
In order to solve the technical problem, the present invention provides a method for generating a web page, referring to fig. 1, for the method for generating a web page according to the first embodiment of the present invention, the method includes the following steps:
s101, providing a drawing board, and monitoring whether a clicking event aiming at the drawing board exists in real time, wherein the clicking event is a first clicking contact and a second clicking contact which are continuously clicked on the drawing board within a first preset time.
In order to provide a convenient and quick webpage editing mode, in the embodiment, a drawing board is provided. In the actual webpage editing process, a background control system of the drawing board can monitor whether a corresponding click event exists on the drawing board in real time.
In this embodiment, the clicking event is set to continuously monitor the first clicking contact and the second clicking contact within the first preset time. Wherein the first preset time is 1.5-2.5 s. In this embodiment, the first preset time is 2s.
S102, if so, generating a square frame body according to the position coordinates of the first click contact point and the position coordinates of the second click contact point, and monitoring whether a text input message is received in the square frame body, wherein the text input message at least comprises a webpage mark.
After the first click contact and the second click contact are monitored, the first click contact and the second click contact are taken as two points on a rectangular diagonal line, and a square frame body is generated. Then, whether a text input message is received in the square frame is monitored. It should be noted that, the above text input information is written by a handwriting pen, and the text input information includes a web page label. For example, a web page tag included in text information input by a user is named "body".
S103, if yes, calling a webpage label module corresponding to the webpage label name in a preset database according to the webpage label name.
As described above, after the system receives the input web page tag name, since various web page tag modules for web page editing are stored in advance in the preset database, for example, a body of a document is defined, and a sentence expression of a web page tag module corresponding to a body of the document having a web page tag name of "body" is:
<html>
<head>
title of title document
</head>
<body>
Content of the document.
</body>
</html>
In this embodiment, when text input information with a web page tag name of "body" is received in the square frame, the control system invokes the web page tag module corresponding to the "body" statement in the preset database, so that entry of a line code by line by a programmer is avoided, and editing efficiency of the web page is improved.
According to the webpage generating method, on the drawing board for webpage editing, when the first click contact and the second click contact which are continuously clicked in the first preset time are monitored, the fact that a click event exists on the drawing board is judged, a square frame body is generated according to the position coordinates corresponding to the first click contact and the second click contact, and then a webpage label module corresponding to the webpage label name is called in the preset database according to the webpage label name in the text input information received in the square frame body, so that webpage editing is carried out, entry of a programmer for line codes is avoided, and webpage editing efficiency is improved. The webpage generating method provided by the invention can be more conveniently applied to actual editing of the webpage, and programming efficiency is improved.
Example two
Referring to fig. 2, a method for generating a web page according to a second embodiment of the present invention specifically includes the following steps:
s201, providing a drawing board.
S202, whether a click event for the drawing board is detected.
S203, acquiring a first position coordinate corresponding to the first click contact point and a second position coordinate corresponding to the second click contact point.
It should be noted that the first click contact and the second click contact described above require continuous click completion within 2 seconds.
S204, connecting the first position coordinate and the second position coordinate to obtain a current diagonal.
After the first click contact and the second click contact are monitored, connecting the first click contact and the second click contact according to the first position coordinate corresponding to the first click contact and the second position coordinate corresponding to the second click contact, and taking the connecting line as a diagonal line of a rectangle to generate a square frame.
S205, judging whether the current diagonal length is within a preset diagonal length range.
In the actual webpage editing process, the problem that the layout of the whole webpage interface is affected because the range selected by an operator is too large is solved. In this step, it is determined whether the current diagonal length is within a preset diagonal length range.
S206, generating a square frame body with a preset length and a preset width.
As described in step S205, if the current diagonal length exceeds the preset diagonal length, the current diagonal length needs to be readjusted to generate a corresponding square frame with the preset length and the preset width.
S207, starting to count to obtain the current display time.
Immediately after the square frame is generated, starting to count to obtain the current display time.
S208, judging whether the current display time exceeds the preset display time.
S209, receiving text input information, and calling a webpage label module corresponding to the webpage label name in a preset database according to the webpage label name.
As described in step S208, if the current display time does not exceed the preset display time, the square frame is still in an effective state, and text input information can be received at this time, and the web page tag module corresponding to the web page tag name is called in the preset database according to the web page tag name.
For example, a web page tag contained in text information input by a user on a drawing board is named "command", and the use of the web page tag "command" is to mark a button. The statement expression of the web page tag module corresponding to the web page tag command is:
<menu>
<command onclick="alert('Hello World')">
Click Me!</command>
</menu>
and calling the webpage label module correspondingly in a preset database.
And S210, stopping displaying the square frame body, and stopping receiving the text input information.
As described in step S208, if the current display time exceeds the preset display time, the square frame is in an invalid state, and the square frame stops displaying and receiving the text input information.
Example III
In order to more conveniently implement the editing of the webpage by the user, please refer to fig. 3, the webpage generating method provided by the third embodiment of the present invention specifically includes the following steps:
s301, monitoring character input information received in the square frame in real time, wherein the character input information at least comprises webpage label letters.
The text input information received in the square frame body is monitored in real time, and the monitoring is dynamically performed in real time.
S302, searching corresponding webpage label names in various types in the preset database according to the webpage label letters.
For example, when the letter of the webpage label input by the user is "c", the corresponding webpage label is searched in the preset database. In the present embodiment, the web page tag corresponding to the web page tag letter "c" includes: < canvas > defines a graphic; the < caption > defines a table title; < center > defines centered text; < ite > defines the reference; < code > defines computer code text; < col > defines attribute values for one or more columns in the table; < color > defines the column group in the table for formatting; < command > defines a command button.
Similarly, when the letter of the webpage label input by the user is "co", the webpage label corresponding to the letter of the webpage label "co" is automatically updated as follows: < code > defines computer code text; < col > defines attribute values for one or more columns in the table; < color > defines the column group in the table for formatting; < command > defines a command button.
S303, arranging the searched plurality of webpage label names according to the corresponding label searching frequency in a descending order mode to generate the webpage label name drop-down table.
For example, when only the letter of the web page tag inputted by the user is "co", the above < code >, < col >, < color > and < command > are arranged in descending order according to the tag search frequency, respectively. For example, if the label search frequency corresponding to the web page label number < command > is highest, a web page label name drop-down table is generated according to the label search frequency. It can be understood that the above-mentioned web page tag number < command > is located at the uppermost end of the following table, so that the user can conveniently select, and the editing efficiency is improved.
Referring to fig. 4, a fourth embodiment of the present invention provides a device for generating a web page, wherein the device for generating a web page includes an event monitoring module 11, a frame generating module 12, and a web page tag module 13 connected in sequence;
wherein the event monitoring module 11 is specifically configured to:
providing a drawing board, and monitoring whether a clicking event aiming at the drawing board exists in real time, wherein the clicking event is a first clicking contact and a second clicking contact which are continuously clicked on the drawing board in a first preset time;
the frame generating module 12 is specifically configured to:
if a clicking event aiming at the drawing board is detected, generating a square frame body according to the position coordinates of the first clicking contact point and the position coordinates of the second clicking contact point, and monitoring whether a text input message is received in the square frame body, wherein the text input message at least comprises a webpage mark;
the web page tag module 13 is specifically configured to:
if the square frame is monitored to receive a text input message, calling a webpage label module corresponding to the webpage label name in a preset database according to the webpage label name.
The frame generation module 12 is further configured to:
acquiring a first position coordinate corresponding to the first click contact point and a second position coordinate corresponding to the second click contact point;
and connecting the first position coordinate with the second position coordinate to obtain a diagonal line, and generating the square frame body according to the diagonal line, wherein the first position coordinate is used as the left upper corner coordinate of the square frame body, and the second position coordinate is used as the right lower corner coordinate of the square frame body.
The invention also proposes a readable storage medium having stored thereon a computer program, wherein the program when executed by a processor implements a method of generating a web page as described above.
The invention also provides intelligent equipment, which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the webpage generation method when executing the program.
Logic and/or steps represented in the flowcharts or otherwise described herein, e.g., a ordered listing of executable instructions for implementing logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). In addition, the computer readable medium may even be paper or other suitable medium on which the program is printed, as the program may be electronically captured, via, for instance, optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner, if necessary, and then stored in a computer memory.
It is to be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above-described embodiments, the various steps or methods may be implemented in software or firmware stored in a memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, may be implemented using any one or combination of the following techniques, as is well known in the art: discrete logic circuits having logic gates for implementing logic functions on data signals, application specific integrated circuits having suitable combinational logic gates, programmable Gate Arrays (PGAs), field Programmable Gate Arrays (FPGAs), and the like.
In the description of the present specification, a description referring to terms "one embodiment," "some embodiments," "examples," "specific examples," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present invention. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiments or examples. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The foregoing examples illustrate only a few embodiments of the invention and are described in detail herein without thereby limiting the scope of the invention. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the invention, which are all within the scope of the invention. Accordingly, the scope of protection of the present invention is to be determined by the appended claims.

Claims (6)

1. A method for generating a web page, the method comprising the steps of:
providing a drawing board, and monitoring whether a clicking event aiming at the drawing board exists in real time, wherein the clicking event is a first clicking contact and a second clicking contact which are continuously clicked on the drawing board in a first preset time;
if so, generating a square frame body according to the position coordinates of the first click contact point and the position coordinates of the second click contact point, and monitoring whether a text input message is received in the square frame body, wherein the text input message at least comprises a webpage label;
if yes, calling a webpage label module corresponding to the webpage label name in a preset database according to the webpage label name;
the method for generating a square frame body according to the position coordinates of the first click contact point and the position coordinates of the second click contact point comprises the following steps: acquiring a first position coordinate corresponding to the first click contact point and a second position coordinate corresponding to the second click contact point;
connecting the first position coordinate with the second position coordinate to obtain a diagonal line, and generating the square frame body according to the diagonal line, wherein the first position coordinate is used as the upper left corner coordinate of the square frame body, and the second position coordinate is used as the lower right corner coordinate of the square frame body;
the method further comprises the steps of: connecting the first position coordinate and the second position coordinate to obtain a current diagonal, and judging whether the length of the current diagonal is within a preset diagonal length range;
if not, taking the midpoint of the current diagonal line as the center point of the rectangle, and generating a square frame body with a preset length and a preset width;
the preset database comprises a plurality of different types of webpage labels, and the method for inputting the text input information in the square frame comprises the following steps: monitoring character input information received in the square frame in real time, wherein the character input information at least comprises webpage label letters;
and searching corresponding webpage label names in various types in the preset database according to the webpage label letters, and generating a webpage label name drop-down table according to a plurality of the webpage label names.
2. The method for generating a web page according to claim 1, wherein the method for generating a square frame and monitoring whether a text input message is received in the square frame comprises the steps of: after the square frame body is generated, starting timing to obtain a current display time;
and if the current display time exceeds the preset display time and the text input information is not monitored in the square frame, controlling the square frame to stop displaying and stopping receiving the text input information.
3. The method for generating web pages according to claim 1, wherein each web page tag corresponds to a tag search frequency, and wherein the method for searching the corresponding web page tag name in the various types in the preset database and generating a web page tag name pull-down table according to the web page tag names comprises the steps of: and arranging the searched plurality of webpage label names according to the corresponding label searching frequency in a descending order to generate the webpage label name drop-down table.
4. A generation apparatus for a web page, the generation apparatus comprising:
the event monitoring module is used for providing a drawing board and monitoring whether a click event aiming at the drawing board exists or not in real time, wherein the click event is a first click contact and a second click contact which are used for continuously clicking on the drawing board in a first preset time;
the frame body generating module is used for generating a square frame body according to the position coordinates of the first clicking contact point and the position coordinates of the second clicking contact point if a clicking event aiming at the drawing board is detected, and monitoring whether a text input message is received in the square frame body, wherein the text input message at least comprises a webpage mark;
the webpage label module is used for calling the webpage label module corresponding to the webpage label name in a preset database according to the webpage label name if the square frame is monitored to receive character input information;
the frame body generating module is used for: acquiring a first position coordinate corresponding to the first click contact point and a second position coordinate corresponding to the second click contact point;
connecting the first position coordinate with the second position coordinate to obtain a diagonal line, and generating the square frame body according to the diagonal line, wherein the first position coordinate is used as the upper left corner coordinate of the square frame body, and the second position coordinate is used as the lower right corner coordinate of the square frame body;
the diagonal judgment module is used for connecting the first position coordinate and the second position coordinate to obtain a current diagonal, and judging whether the length of the current diagonal is within a preset diagonal length range;
if not, taking the midpoint of the current diagonal line as the center point of the rectangle, and generating a square frame body with a preset length and a preset width;
the preset database comprises a plurality of different types of webpage labels, and the webpage label module is specifically used for monitoring character input information received in the square frame in real time, wherein the character input information at least comprises webpage label letters;
and searching corresponding webpage label names in various types in the preset database according to the webpage label letters, and generating a webpage label name drop-down table according to a plurality of the webpage label names.
5. A readable storage medium having stored thereon a computer program, wherein the program when executed by a processor implements the method of generating a web page according to any of the preceding claims 1 to 3.
6. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of generating a web page according to any of the preceding claims 1 to 3 when executing the program.
CN201910704608.5A 2019-07-31 2019-07-31 Webpage generation method and system, readable storage medium and intelligent device Active CN110531973B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910704608.5A CN110531973B (en) 2019-07-31 2019-07-31 Webpage generation method and system, readable storage medium and intelligent device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910704608.5A CN110531973B (en) 2019-07-31 2019-07-31 Webpage generation method and system, readable storage medium and intelligent device

Publications (2)

Publication Number Publication Date
CN110531973A CN110531973A (en) 2019-12-03
CN110531973B true CN110531973B (en) 2023-08-15

Family

ID=68661145

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910704608.5A Active CN110531973B (en) 2019-07-31 2019-07-31 Webpage generation method and system, readable storage medium and intelligent device

Country Status (1)

Country Link
CN (1) CN110531973B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040215719A1 (en) * 2003-04-09 2004-10-28 Altshuler Dennis Wayne Method and system for designing, editing and publishing web page content in a live internet session
CN109086040A (en) * 2018-06-27 2018-12-25 珠海宏桥高科技有限公司 A kind of method and system quickly generating html code
CN109697064A (en) * 2018-10-31 2019-04-30 深圳壹账通智能科技有限公司 A kind of generation method and device of the customized page

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040215719A1 (en) * 2003-04-09 2004-10-28 Altshuler Dennis Wayne Method and system for designing, editing and publishing web page content in a live internet session
CN109086040A (en) * 2018-06-27 2018-12-25 珠海宏桥高科技有限公司 A kind of method and system quickly generating html code
CN109697064A (en) * 2018-10-31 2019-04-30 深圳壹账通智能科技有限公司 A kind of generation method and device of the customized page

Also Published As

Publication number Publication date
CN110531973A (en) 2019-12-03

Similar Documents

Publication Publication Date Title
US9218322B2 (en) Producing web page content
US8103956B2 (en) Adaptive technique for sightless accessibility of dynamic web content
KR101315472B1 (en) Selective display of ocr&#39;ed text and corresponding images from publications on a client device
CN111142988B (en) Page test method and device, storage medium and electronic equipment
US20050120308A1 (en) Method and system for providing an accessible object on a modal dialog box
US6119136A (en) Manuscript text composition system featuring a parameter table for specifying template parameters and characters
CN110674619B (en) Online document editing method, device, equipment and computer storage medium
US20210209526A1 (en) Landing page processing method, device and medium
CN104050185A (en) Zoom-display processing method and device for page contents
US20060200757A1 (en) Custom Labeler for Screen Readers
EP0629958B1 (en) Method and apparatus for processing a document
CN111562911B (en) Webpage editing method and device and storage medium
US20090077498A1 (en) Method, apparatus and program for facilitating selection of objects on display screens
US20190384582A1 (en) Facilitated user interaction
CN111475237A (en) Menu processing method and device, electronic equipment and storage medium
CN105354282A (en) XML file retrieval method and apparatus
CN110531973B (en) Webpage generation method and system, readable storage medium and intelligent device
CN112800372B (en) Page loading method and device and electronic equipment
CN110162301B (en) Form rendering method, form rendering device and storage medium
CN109522507B (en) Method for uniformly managing webpage components
US20100169866A1 (en) Navigation in computer software applications developed in a procedural language
CN115935095A (en) Page generation method and device, electronic equipment and storage medium
CN111158685A (en) Static page updating method and device, electronic equipment and storage medium
CN113806667B (en) Method and system for supporting webpage classification
CN115328455A (en) Information display method, device, equipment and medium for flutter application

Legal Events

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