Customized page creation method and device, equipment and storage medium

By loading page template files and reserved slots combined with user problems to generate pages, the problem of excessive customized services in front-end page generation is solved, and a simple and easy-to-maintain page creation is achieved.

CN120406943APending Publication Date: 2025-08-01SHENZHEN COOCAA NETWORK TECH CO LTD
View PDF 0 Cites 0 Cited by

Patent Information

Application Number
CN202510357208.7
Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
Filing Date
2025-03-25
Publication Date
2025-08-01

AI Technical Summary

Technical Problem

The front-end page generation method in the prior art has led to excessive customized services coupled to the system, lacking simplicity and standardization, and making it difficult to maintain.

Method used

Provides a customized page creation method, by loading page template files and reserving slots, and generating target page files in combination with user problems. The abstract business inconsistency is configuration information.

Benefits of technology

The generated pages are concise and standard, reducing code differences and improving maintenance.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN120406943A_ABST
    Figure CN120406943A_ABST
Patent Text Reader

Abstract

The invention discloses a customized page creating method and device, equipment and a storage medium. The technical problems that in a traditional scheme, too many customized services of an original system are coupled, conciseness is not enough, and later maintenance is very difficult are solved. The method comprises the following steps: receiving a page creating command input by a user, wherein the page creating command comprises command parameters; the page creating command is responded, a page template file and a user problem corresponding to the command parameter are loaded, and the page template file comprises a page universal part module and a page reserved slot; questioning a user based on the user question, and receiving a question response result of the user; loading target configuration information of the page reserved slot according to the question response result; and combining the target configuration information with the page template file through a page reserved slot of the page template file to generate a target page file.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] This application relates to the technical field of page processing, and in particular, to a method, apparatus, device, and storage medium for creating a customized page. Background Art

[0002] Currently, for front-end pages, they are basically generated by manually writing code. For those pages with high similarity, they are generated by copying and pasting page code and then manually modifying it. However, in the above methods, since the front-end pages of new projects are copied and generated from the original system, too many customized services of the original system will be coupled, resulting in lack of simplicity. Secondly, inconsistent copying sources may lead to large differences in code for similar services, lacking standards, and making it extremely difficult to maintain in the later stage. Summary of the Invention

[0003] This application provides a method, apparatus, device, and storage medium for creating a customized page, which is used to solve the technical problems that too many customized services of the original system are coupled in the traditional solution, resulting in lack of simplicity and extremely difficult maintenance in the later stage.

[0004] In a first aspect, a method for creating a customized page is provided. The method includes: Receiving a page creation command input by a user, where the page creation command includes command parameters; Responding to the page creation command, loading a page template file corresponding to the command parameters and user questions, where the page template file includes a page general part module and a page reserved slot; Asking the user questions based on the user questions and receiving the question response results of the user; Loading target configuration information of the page reserved slot according to the question response results; Combining the target configuration information with the page template file through the page reserved slot of the page template file to generate a target page file.

[0005] Further, the user questions include multiple sub-questions with a questioning order. Asking the user questions based on the user questions and receiving the question response results of the user includes: Loading the first sub-question according to the questioning order to ask the user and waiting for the user to fill it in; Judging whether the filling result of the user is legal; When the filling result of the user is legal, loading the next sub-question according to the questioning order and asking the user until the filling results of the user for all the sub-questions are received to obtain the question response results.

[0006] Further, after determining whether the filling result of the user is legal, it further includes: When the filling result of the user is illegal, a prompt is issued and the user is instructed to fill in again.

[0007] Further, before receiving the page creation command input by the user, the method further includes: Collect material pages of multiple different business types, and split each material page into a general part and a customized part; Fix the general part in the material page as a template file, and reserve corresponding slots for the customized part to obtain a page template file corresponding to each different business type; Abstract the customized part of the material page of each different business type into configuration information, and generate corresponding user questions in combination with the reserved slots of the response page.

[0008] Further, reserving corresponding slots for the customized part includes: Reserving corresponding slots for the customized part based on the JavaScript template engine.

[0009] Further, receiving the page creation command input by the user includes: Receiving the page creation command input by the user in the Node.js command line framework.

[0010] In a second aspect, a customized page creation device is provided, and the device includes; A first receiving module, configured to receive a page creation command input by a user, where the page creation command includes command parameters; A loading module, configured to load a page template file and user questions corresponding to the command parameters in response to the page creation command, where the page template file includes a page general part module and page reserved slots; A second receiving module, configured to ask the user questions based on the user questions and receive the question response results of the user; A generating module, configured to load target configuration information of the page reserved slots according to the question response results; An obtaining module, configured to combine the target configuration information with the page template file through the page reserved slots of the page template file to generate a target page file.

[0011] Further, the user questions include multiple sub-questions with a question order, and the second receiving module is configured to: Load the first sub-question according to the question order to ask the user and wait for the user to fill in; Determine whether the filling result of the user is legal; When the filling result of the user is legal, load the next sub-question according to the question order and ask the user until the filling results for all the sub-questions are received from the user to obtain a question response result.

[0012] In a third aspect, a computer device is provided, including a memory, a processor, and a computer program stored in the memory and executable on the processor, characterized in that when the processor executes the computer program, the steps of a customized page creation method as described in any one of the foregoing are implemented.

[0013] In a fourth aspect, a computer-readable storage medium is provided. The computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the steps of a customized page creation method as described in any one of the foregoing are implemented.

[0014] It can be seen that the present application provides a customized page creation solution, which receives a page creation command input by a user, and the page creation command includes command parameters; in response to the page creation command, loads a page template file corresponding to the command parameters and user questions, wherein the page template file includes a page general part module and page reserved slots; asks the user based on the user questions and receives the question response result of the user; loads the target configuration information of the page reserved slots according to the question response result; combines the target configuration information with the page template file through the page reserved slots of the page template file to generate a target page file. In the present application, the page template file is directly provided first, and the page template file includes a page general part module and page reserved slots, extracts the relevant connection points from the existing business and forms a standard, and abstracts the special points (the inconsistent parts of each business) into general configuration items (configuration information), and forms the final target page file by combining the way of asking questions for the user to select. For those pages with high similarity, instead of the way of copying and pasting page codes and manually modifying them, they are generated by using the reserved slots of the generated target template file and the configuration information combined with the questions. Therefore, it will not couple too many customized services of the original system and makes the generated pages concise enough; secondly, it will not cause large differences in codes for similar services due to copying, lack of standards, and it will be extremely difficult to maintain in the later stage. It is easy to maintain in the later stage. Description of the Drawings

[0015] To more clearly illustrate the technical solutions of the embodiments of the present application, the following will briefly introduce the accompanying drawings required for the description of the embodiments of the present application. Obviously, the accompanying drawings in the following description are only some embodiments of the present application. For those of ordinary skill in the art, without creative efforts, other accompanying drawings can be obtained based on these drawings.

[0016] Figure 1 It is a schematic flowchart of a method for creating a customized page in an embodiment of the present application; Figure 2 It is another schematic flowchart of a method for creating a customized page in an embodiment of the present application; Figure 3 It is a schematic flowchart of creating a general page template file, user questions, and configuration information in a method for creating a customized page in an embodiment of the present application; Figure 4 It is a schematic structural diagram of a device for creating a customized page in an embodiment of the present application; Figure 5 It is a schematic structural diagram of a computer device in an embodiment of the present application. Detailed implementation manners

[0017] The following will clearly and completely describe the technical solutions in the embodiments of the present application with reference to the accompanying drawings in the embodiments of the present application. Obviously, the described embodiments are some, but not all, of the embodiments of the present application. Based on the embodiments of the present application, all other embodiments obtained by those of ordinary skill in the art without creative efforts belong to the scope of protection of the present application.

[0018] As Figure 1 shown, in an embodiment, a method for creating a customized page is provided, which can be used in a computer device. The method includes the following steps; S101. Receive a page creation command input by a user, where the page creation command includes command parameters; S102. Respond to the page creation command and load the page template file and user questions corresponding to the command parameters. Among them, the page template file includes a page general part module and a page reserved slot; S103. Ask the user questions based on the user questions and receive the question response results of the user; S104. Load the target configuration information of the page reserved slot according to the question response results; S105. Combine the target configuration information with the page template file through the page reserved slot of the page template file to generate a target page file.

[0019] AsFigure 2 As shown, in this embodiment, when the user needs to generate a required target page file, a page creation command input by the user can be received. The page creation command includes command parameters. Here, the page creation command refers to a command for creating a front-end page file, and the command parameters indicate a custom command input by the user.

[0020] In the original solution, all front-end pages were generated in the form of manually writing code. For pages with high similarity, they were modified manually after copying and pasting. This method is not concise enough and lacks standards. In this embodiment, there is no need for the user to manually edit the code, providing another idea. Without manually editing the code, a page template file needs to be created. The page template file includes a page general part module and a page reserved slot. The page reserved slot is a page position for custom configuration, and some user questions for recording or generating the configuration information of the above page reserved slot are reserved. After the above content is prepared, the user only needs to input a page creation command first. After receiving that the user only needs to input a page creation command first, in response to the page creation command, the page template file corresponding to the command parameters and the user questions are loaded. Among them, the page template file includes a page general part module and a page reserved slot.

[0021] Subsequently, the user can be questioned based on the user questions, and the question response result of the user is received; then, the target configuration information of the page reserved slot is loaded according to the question response result; finally, through the page reserved slot of the page template file, the target configuration information is combined with the page template file to generate a target page file.

[0022] It can be seen that the present application provides a customized page creation method, which receives a page creation command input by a user, wherein the page creation command includes command parameters; in response to the page creation command, loads a page template file and a user question corresponding to the command parameter, wherein the page template file includes a page general part module and a page reserved slot; asks the user a question based on the user question, and receives the user's question response result; loads the target configuration information of the page reserved slot according to the question response result; combines the target configuration information with the page template file through the page reserved slot of the page template file to generate a target page file. The present application first directly provides a page template file, and the page template file includes a page general part module and a page reserved slot, extracts related points from existing businesses and forms a standard, and abstracts special points (inconsistencies between businesses) into general configuration items (configuration information), which are combined with the questioning method for the user to choose, to form the final target page file. Pages with high similarity are no longer generated by copying and pasting page code and then manually modifying it. Instead, they are generated by combining the reserved slots in the generated target template file with the configuration information generated based on the problem. Therefore, too many customized businesses of the original system are not coupled, making the generated pages concise enough. Secondly, copying will not lead to large differences in the code for similar businesses, and the lack of standards will make it extremely difficult to maintain them later.

[0023] Furthermore, the user question includes a plurality of sub-questions in a questioning order, and the questioning of the user based on the user question and receiving the user's response result include: Loading the first sub-question in the questioning order and asking the user questions, waiting for the user to fill in the questions; Determine whether the user's filled-in result is legal; When the user's filling result is legal, the next sub-question is loaded according to the questioning sequence, and the user is asked questions until the user's filling results for all the sub-questions are received and the question response result is obtained.

[0024] like Figure 2As shown, in this embodiment, since the target page file is custom-generated in combination with the page template file, in order to achieve flexible and customized page generation, in this embodiment, the user questions include multiple sub-questions with a question sequence. The above-mentioned multiple sub-questions with a question sequence are intended to guide the user to answer or fill in the customized or self-defined page requirements and other contents, and continuously ask the user questions in sequence until all the filling results of the sub-questions are obtained, and the question response result is obtained. Then, based on the question response result, the custom / customized target configuration information of the reserved slots of the target template file can be loaded. By splitting the business page into two parts: a fixed template and dynamic questions, and using self-developed command-line commands to ask the user corresponding questions in the form of question and answer, generate configuration information according to the user's selection, and combine it with the reserved slots of the template to generate the corresponding page file, so as to achieve more customized and more refined requirement matching, make the generated target page file more in line with the user's requirements, and improve the user experience.

[0025] Further, after determining whether the filling result of the user is legal, it further includes: When the filling result of the user is illegal, a prompt is issued and the user is instructed to fill in again.

[0026] In this embodiment, it is worth noting that when guiding the user to input the answer to the question, it is also necessary to determine whether the filling result input by the user is legal. The legal content includes whether it conforms to the preset format, whether the input content does not conform to the restricted content for archiving, etc. When the filling result of the user is illegal, a prompt will be issued and the user will be instructed to fill in again. When the filling result of the user is legal, the next sub-question will be loaded in sequence according to the question sequence, and so on.

[0027] In one embodiment, when the filling result of the user is illegal, after a prompt is issued and the user is instructed to fill in again, if multiple inputs that meet the preset number of times do not meet the requirements, some candidate filling results will be provided directly for the user to choose according to the filling content of the user, so that the user can directly select the filling result. The candidate filling results can be determined according to the records such as the user's previous reserved page creation habits and page business types, and are not specifically limited. For example, if the user often creates the front-end page of the advertising business type before, the filling results related to advertising will be loaded for the user to choose.

[0028] Further, before receiving the page creation command input by the user, the method further includes: Collect material pages of multiple different business types, and split each material page into a general part and a customized part; Fix the common part in the material page as a template file, and reserve corresponding slots for the customized part to obtain a page template file corresponding to each different business type; Abstract the customized part of the material page of each different business type into configuration information.

[0029] As Figure 3 shown, in this embodiment, material pages of multiple different business types will be collected first, and each of the material pages will be split into a common part and a customized part; fix the common part in the material page as a template file, and reserve corresponding slots for the customized part to obtain a page template file corresponding to each different business type; abstract the customized part of the material page of each different business type into configuration information, and combine the user questions corresponding to the reserved slots of the customized part, so as to generate a target page file according to the user's custom page creation command later.

[0030] In this embodiment, material pages of multiple different business types are collected, and each of the material pages is split into a common part and a customized part, providing template files for various different business types. This makes the customized generation method of the solution more generalized and diverse. Different types of scenarios can adopt the customized generation solution provided by the embodiments of the present application.

[0031] Further, the reserving corresponding slots for the customized part includes: reserving corresponding slots for the customized part based on a JavaScript template engine.

[0032] It should be understood that the JavaScript template engine is used to generate dynamic HTML in the front end or back end, and variables, loops, conditional statements, etc. can be inserted to make the HTML code more flexible and maintainable. The reserved slots use an open-source JavaScript template engine, which supports dynamic file generation and enables the solution to be implemented. Additionally, it can also be other template engines that support dynamic file generation, and specific ones are not limited. It is worth noting that the target configuration information generated based on dynamic user questions can adopt the JSON format to be 100% compatible with the JavaScript template engine, making the finally generated target page file have a better effect.

[0033] Further, the receiving the page creation command input by the user includes: Receiving the page creation command input by the user in the Node.js command line framework.

[0034] It should be noted that the command-line creation uses the nodejs command-line solution commander, which can quickly parse command-line parameters and be compatible with command lines on different operating systems, making the solution of the embodiments of the present application more compatible.

[0035] It should be understood that the magnitudes of the sequence numbers of the steps in the above embodiments do not mean the order of execution. The order of execution of each process should be determined according to its function and internal logic, and should not constitute any limitation to the implementation process of the embodiments of the present application.

[0036] In one embodiment, as Figure 4 shown, the present application further provides a customized page creation device. The data processing device includes a first receiving module 101, a loading module 102, a second receiving module 103, a generating module 104, and an obtaining module 105. The functions of each module are as follows: The first receiving module 101 is configured to receive a page creation command input by a user, where the page creation command includes command parameters; The loading module 102 is configured to respond to the page creation command and load a page template file and user questions corresponding to the command parameters. Among them, the page template file includes a page general part module and a page reserved slot; The second receiving module 103 is configured to ask the user questions based on the user questions and receive the question response results of the user; The generating module 104 is configured to load target configuration information of the page reserved slot according to the question response results; The obtaining module 105 is configured to combine the target configuration information with the page template file through the page reserved slot of the page template file to generate a target page file.

[0037] Further, the user questions include multiple sub-questions with a question order. The second receiving module 103 is configured to: Load the first sub-question in accordance with the question order to ask the user and wait for the user to fill it in; Judge whether the filling result of the user is legal; When the filling result of the user is legal, load the next sub-question in accordance with the question order and ask the user until the filling results of the user for all the sub-questions are received to obtain the question response results.

[0038] Further, the customized page creation device further includes a display module, The display module is configured to, after judging whether the filling result of the user is legal, when the filling result of the user is illegal, issue a prompt and instruct the user to fill it in again.

[0039] Further, the customized page creation device further includes a creation module, and the creation module is further configured to: Collect material pages of multiple different business types, and split each of the material pages into a general part and a customized part; Fix the general part in the material page as a template file, and reserve corresponding slots for the customized part to obtain a page template file corresponding to each different business type; Abstract the customized parts of the material pages of each different business type into configuration information, and generate corresponding user questions in combination with the reserved slots of the response page.

[0040] In an embodiment, the generation module 104 is configured to reserve corresponding slots for the customized part based on a JavaScript template engine.

[0041] In an embodiment, the first receiving module 101, which receives a page creation command input by the user, includes: Receive the page creation command input by the user in the Node.js command line framework.

[0042] It can be seen that the present application provides a customized page creation device. In the present application, a page template file is directly provided first, and the page template file includes a page general part module and page reserved slots. The relevant connection points are extracted from the existing business and formed into standards, and the special points (the inconsistent parts of each business) are abstracted into general configuration items (configuration information), and are provided for the user to select in combination with a questioning method to form the final target page file. For those pages with high similarity, instead of copying and pasting page code and manually modifying it, they are generated by combining the reserved slots of the generated target template file with the configuration information generated by the questions. Therefore, it will not couple too many customized services of the original system, making the generated pages concise enough; secondly, it will not cause large differences in the code of similar services due to copying, lack of standards, and lead to extremely difficult maintenance problems in the later stage. It is easier to maintain in the later stage.

[0043] For the specific limitations of the customized page creation device, reference can be made to the limitations on the customized page creation method in the above text, which will not be elaborated here. Each module in the above data processing device can be implemented in whole or in part by software, hardware, and their combination. The above modules can be embedded in the processor of the computer device in hardware form or independent of it, or stored in the memory of the computer device in software form, so that the processor can call and execute the operations corresponding to the above modules.

[0044] In an embodiment, a computer device is provided, and its internal structure diagram can be as Figure 5As shown. The computer device includes a processor, a memory, and a network interface connected via a system bus. Among them, the processor of the computer device is used to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and the computer program in the non-volatile storage medium. The network interface of the processor can be used to communicate with an external server or database via a network connection. When the computer program is executed by the processor, it implements a customized page creation method.

[0045] In one embodiment, a computer device is provided, including a memory, a processor, and a computer program stored on the memory and executable on the processor. When the processor executes the computer program, the following steps are implemented: Receive a page creation command input by a user, where the page creation command includes command parameters; In response to the page creation command, load a page template file corresponding to the command parameters and a user question, where the page template file includes a page general part module and a page reserved slot; Ask the user questions based on the user question and receive the question response result of the user; Load the target configuration information of the page reserved slot according to the question response result; Combine the target configuration information with the page template file through the page reserved slot of the page template file to generate a target page file.

[0046] In one embodiment, a computer-readable storage medium is further provided, on which a computer program is stored. When the computer program is executed by a processor, it implements a customized page creation method mentioned in any of the above embodiments.

[0047] In one embodiment, a computer-readable storage medium is further provided, on which a computer program is stored. When the computer program is executed by a processor, the following steps are implemented: Receive a page creation command input by a user, where the page creation command includes command parameters; In response to the page creation command, load a page template file corresponding to the command parameters and a user question, where the page template file includes a page general part module and a page reserved slot; Ask the user questions based on the user question and receive the question response result of the user; Load the target configuration information of the page reserved slot according to the question response result; Combine the target configuration information with the page template file through the page reserved slots of the page template file to generate a target page file.

[0048] In this embodiment, a device or medium is provided that receives a page creation command input by a user, where the page creation command includes command parameters; in response to the page creation command, loads a page template file corresponding to the command parameters and a user question, where the page template file includes a page general part module and page reserved slots; asks questions to the user based on the user question and receives the user's question response result; loads the target configuration information of the page reserved slots according to the question response result; combines the target configuration information with the page template file through the page reserved slots of the page template file to generate a target page file. In this application, the page template file is directly provided first, and the page template file includes a page general part module and page reserved slots. The relevant connection points are extracted from the existing business to form a standard, and the special points (the inconsistent parts of each business) are abstracted into general configuration items (configuration information), and the user is provided with options in combination with the method of asking questions to form the final target page file. Those pages with high similarity are no longer generated by copying and pasting page code and then manually modifying it, but are generated by combining the reserved slots of the generated target template file with the configuration information generated by the questions. Therefore, it will not couple too many customized services of the original system, making the generated pages concise enough; secondly, it will not cause large differences in the code of similar services due to copying, lacking standards, which will lead to extremely difficult maintenance in the later stage. It is easy to maintain in the later stage.

[0049] Those of ordinary skill in the art can understand that all or part of the processes in the methods of the above embodiments can be completed by instructing relevant hardware through a computer program. The computer program can be stored in a non-volatile computer-readable storage medium. When the computer program is executed, it can include the processes of the embodiments of the above methods. Among them, any reference to a memory, storage, database, or other medium used in the embodiments provided in the present application can include non-volatile and / or volatile memories. Non-volatile memory can include read-only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory. Volatile memory can include random access memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in various forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDR SDRAM), enhanced SDRAM (ESDRAM), synchronous link DRAM (SLDRAM), Rambus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and Rambus dynamic RAM (RDRAM), etc.

[0050] Those skilled in the art can clearly understand that for the convenience and conciseness of description, only the above division of each functional unit and module is used as an example. In actual applications, the above functions can be allocated to different functional units and modules according to needs, that is, the internal structure of the device can be divided into different functional units or modules to complete all or part of the functions described above.

[0051] The above embodiments are only used to illustrate the technical solutions of the present application, rather than to limit them; although the present application has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that they can still modify the technical solutions recorded in the foregoing embodiments, or perform equivalent replacements on some of the technical features; and these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the spirit and scope of the technical solutions of the embodiments of the present application, and should all be included in the protection scope of the present application.

Claims

1. A customized page creation method, characterized in that, The method includes: Receiving a page creation command input by a user, where the page creation command includes command parameters; In response to the page creation command, loading a page template file corresponding to the command parameters and a user question, where the page template file includes a page general part module and page reserved slots; Asking the user questions based on the user question and receiving the question response result of the user; Loading the target configuration information of the page reserved slots according to the question response result; Combining the target configuration information with the page template file through the page reserved slots of the page template file to generate a target page file.

2. The customized page creation method according to claim 1, characterized in that, The user question includes multiple sub-questions with a question order. Asking the user questions based on the user question and receiving the question response result of the user includes: Loading the first sub-question according to the question order to ask the user and waiting for the user to fill it in; Judging whether the filling result of the user is legal; When the filling result of the user is legal, loading the next sub-question according to the question order and asking the user until the filling results of the user for all the sub-questions are received to obtain the question response result.

3. The customized page creation method according to claim 2, characterized in that After judging whether the filling result of the user is legal, it further includes: When the filling result of the user is illegal, issuing a prompt and instructing the user to fill it in again.

4. The customized page creation method according to claim 1, wherein Before receiving the page creation command input by the user, the method further includes: Collecting material pages of multiple different business types, and splitting each material page into a general part and a customized part; Fixing the general part in the material page as a template file and reserving corresponding slots for the customized part to obtain a page template file corresponding to each different business type; Abstracting the customized part of the material pages of each different business type into configuration information and generating corresponding user questions in combination with the corresponding page reserved slots.

5. The customized page creation method according to claim 4, wherein Reserving corresponding slots for the customized part includes: Reserving corresponding slots for the customized part based on a JavaScript template engine.

6. The customized page creation method according to any one of claims 1-5, characterized in that Receiving the page creation command input by the user includes: Receiving the page creation command input by the user in the Node.js command line framework.

7. A customized page creation device, characterized in that, The device includes: A first receiving module, configured to receive a page creation command input by a user, where the page creation command includes command parameters; A loading module, configured to, in response to the page creation command, load a page template file corresponding to the command parameters and a user question, where the page template file includes a page general part module and page reserved slots; A second receiving module, configured to ask the user questions based on the user question and receive the question response result of the user; A generating module, configured to load the target configuration information of the page reserved slots according to the question response result; An obtaining module, configured to combine the target configuration information with the page template file through the page reserved slots of the page template file to generate a target page file.

8. The customized page creation device according to claim 7, characterized in that, The user problem includes multiple sub-problems with a question sequence. The second receiving module is configured to: Load the first sub-question according to the question sequence to ask the user, and wait for the user to fill it in; Determine whether the filling result of the user is legal; When the filling result of the user is legal, load the next sub-question according to the question sequence and ask the user until the filling results of all the sub-questions from the user are received to obtain a question response result.

9. A computer device, comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, characterized in that, When the processor executes the computer program, it implements the steps of the customized page creation method according to any one of claims 1 to 6.

10. A computer-readable storage medium storing a computer program, characterized in that, When the computer program is executed by a processor, it implements the steps of the customized page creation method according to any one of claims 1 to 6.