CN110659432A - Information processing method and device and computer storage medium - Google Patents

Information processing method and device and computer storage medium Download PDF

Info

Publication number
CN110659432A
CN110659432A CN201910819074.0A CN201910819074A CN110659432A CN 110659432 A CN110659432 A CN 110659432A CN 201910819074 A CN201910819074 A CN 201910819074A CN 110659432 A CN110659432 A CN 110659432A
Authority
CN
China
Prior art keywords
target control
display area
webpage
window
information processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910819074.0A
Other languages
Chinese (zh)
Inventor
高江波
马鹏程
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Lenovo Beijing Ltd
Original Assignee
Lenovo Beijing 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 Lenovo Beijing Ltd filed Critical Lenovo Beijing Ltd
Priority to CN201910819074.0A priority Critical patent/CN110659432A/en
Publication of CN110659432A publication Critical patent/CN110659432A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The application discloses an information processing method, an information processing device and a computer storage medium, wherein the method comprises the following steps: acquiring a target control in a webpage; determining the spatial size and position of the target control relative to a webpage window; determining a first display area of the target control based on the space size and the position, so that when the target control is called, the first display area is equal to or larger than a second display area of the target control; and the second display area is a preset display area of a window where the target control is located in the webpage.

Description

Information processing method and device and computer storage medium
Technical Field
The present application relates to web page processing technologies, and in particular, to an information processing method and apparatus, and a computer storage medium.
Background
The webpage (Web) front end becomes more and more important, a lot of complex logics are put into the front end to be realized, the webpage development technology is changing day by day, and the componentization development of the front end becomes a trend along with the increase of the construction complexity. At present, the mainstream front-end development basic framework has good support for modular development, the convenience brought by the modular development and the development efficiency improvement are obvious, but some problems can be encountered in the actual development. For example, in order to facilitate data binding and event interaction processing, controls are embedded in page components and presented as child elements of local elements, which may result in the open state of a control, such as a pull-down menu, being possibly blocked by other elements in the page or not being fully displayed beyond the boundary of a parent container. Therefore, how to make the local embedded control of the web page present globally is an urgent technical problem to be solved.
Disclosure of Invention
In view of the above, it is desirable to provide an information processing method and apparatus, and a computer storage medium, which enable global presentation of a local embedded control of a web page.
The technical scheme of the application is realized as follows:
the embodiment of the application provides an information processing method, which comprises the following steps:
acquiring a target control in a webpage;
determining the spatial size and position of the target control relative to a webpage window;
determining a first display area of the target control based on the space size and the position, so that when the target control is called, the first display area is equal to or larger than a second display area of the target control; and the second display area is a preset display area of a window where the target control is located in the webpage.
In the foregoing solution, optionally, at least a portion of the second display area is covered by a third display area, when the target control is called, the first display area is not covered by the third display area, and the third display area is a display area of another control.
In the foregoing scheme, optionally, the method further includes:
and changing the display area of the target control from the second display area to the first display area, wherein the time duration of the first display area is less than the preset time duration.
In the foregoing solution, optionally, the determining a first display area of the target control based on the spatial size and the position includes:
and modifying the position attribute of the target control from a first attribute value to a second attribute value, wherein the second attribute value represents positioning relative to the webpage window.
In the foregoing solution, optionally, the modifying the position attribute of the target control from the first attribute value to the second attribute value includes:
and modifying the position attribute of the target control from a first style in the style sheet to a second style by utilizing the style sheet, wherein the second style is positioned relative to the webpage window.
In the foregoing scheme, optionally, the method further includes:
the position of the element relative to the web page window is set based on the four attributes of up, down, left, and right.
In the foregoing scheme, optionally, the method further includes:
the logical relationship of the target control in the component is not changed.
In the foregoing solution, optionally, after the target control is called, the method further includes:
and the attribution setting of the display attribute of the target control is unchanged.
An embodiment of the present application further provides an information processing apparatus, including:
a memory for storing controls;
the processor is used for acquiring a target control in a webpage; determining the spatial size and position of the target control relative to a webpage window; determining a first display area of the target control based on the space size and the position, so that when the target control is called, the first display area is equal to or larger than a second display area of the target control; and the second display area is a preset display area of a window where the target control is located in the webpage.
The embodiment of the application also provides a computer storage medium, wherein computer-executable instructions are stored in the computer storage medium and used for executing the information processing method in the embodiment of the application.
By adopting the technical scheme of the embodiment of the application, the target control in the webpage is obtained; determining the spatial size and position of the target control relative to a webpage window; determining a first display area of the target control based on the space size and the position, so that when the target control is called, the first display area is equal to or larger than a second display area of the target control; the second display area is a preset display area of a window where the target control is located in the webpage; therefore, when the target control is called, the display area of the control is equal to or larger than the preset display area of the window where the target control is located, and the local embedded control of the webpage can be globally displayed.
Drawings
Fig. 1 is a schematic flow chart illustrating an implementation of an information processing method according to an embodiment of the present application;
FIG. 2 is a flowchart illustrating a process for globally rendering local controls of a web page according to an embodiment of the present disclosure;
FIG. 3 is a schematic diagram of a local rendering of a control provided in an embodiment of the present application;
FIG. 4 is a schematic diagram of a control global presentation provided in an embodiment of the present application;
fig. 5 is a first schematic structural diagram of an information processing apparatus according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of an information processing apparatus according to an embodiment of the present application.
Detailed Description
So that the manner in which the features and aspects of the present application can be understood in detail, a more particular description of the invention, briefly summarized above, may be had by reference to embodiments, some of which are illustrated in the appended drawings.
The technical solution of the present application is further elaborated below with reference to the drawings and the specific embodiments.
Example one
The embodiment provides an information processing method, which is applied to webpage display of electronic equipment, and as shown in fig. 1, the information processing method mainly includes the following steps:
step 101: and acquiring a target control in the webpage.
Here, the target control is a control that is not developed as a full-office control in a component, also referred to as a local control.
Wherein the global control is used independently on the document of the web page and is not dependent on any other page components.
If the local control is designed as a global control for development and use, the convenience of relative positioning in design and direct binding of data in the local object brought by componentized development cannot be enjoyed, an interface, an event and a large number of parameters need to be designed and transmitted, and the performance and the development efficiency are not good. In addition, if many systems have been developed, it is costly to transform all of the local controls that are not to be occluded into global controls, and a large number of reconstructions and tests are required.
As an embodiment, the obtaining a target control in a web page includes:
and at the moment when the target control is completely presented, calling the information processing method of the application to realize the overall presentation of the target control through the information processing method.
Step 102: determining a spatial size and position of the target control relative to a webpage window.
Here, determining the spatial size and position of the target control relative to the web page window may be implemented by using existing technical means, and details are not described herein.
Here, the space may be a rectangular space.
Here, the spatial size may also be understood as a spatial dimension.
Step 103: determining a first display area of the target control based on the space size and the position, so that when the target control is called, the first display area is equal to or larger than a second display area of the target control; and the second display area is a preset display area of a window where the target control is located in the webpage.
In the above scheme, the method further comprises:
and changing the display area of the target control from the second display area to the first display area, wherein the time duration of the first display area is less than the preset time duration.
Here, the preset time period is less than or equal to a time delay that can be felt by human eyes.
Therefore, the size change of the display area of the target control within the preset duration cannot be manually perceived, so that the use experience of a user cannot be influenced by the change of the display area of the target control, the target control can be globally presented due to the fact that the second display area is equal to or larger than the first display area, convenience is provided for the user to operate the target control, and the use experience of the user is improved.
In one embodiment, at least a portion of the second display area is occluded by a third display area, and when the target control is invoked, the first display area is not occluded by the third display area, which is a display area of another control.
That is to say, if the predetermined display area of the window where the target control is located in the web page is at least partially blocked by other spaces before the target control is adjusted to be presented, the target control is called and then the target control is processed, so that the display area of the processed target control is not blocked by other controls.
As one implementation, the determining a first display area of the target control based on the spatial size and the position includes:
and modifying the position attribute of the target control from a first attribute value to a second attribute value, wherein the second attribute value represents positioning relative to the webpage window.
Here, the first attribute value is an attribute value different from the second attribute value.
In some optional embodiments, the modifying the position attribute of the target control from the first attribute value to the second attribute value includes:
and modifying the position attribute of the target control from a first style in the style sheet to a second style by utilizing the style sheet, wherein the second style is positioned relative to the webpage window.
The style sheet is the property of the webpage, and the style is modified through the style sheet, so that the position property of the target control can be changed.
Further, the method further comprises:
the position of the element relative to the web page window is set based on the four attributes of up, down, left, and right.
After the position attribute of the target control is modified from the first attribute value to the second attribute value, the position of the element relative to the webpage window is set based on the four attributes, namely the upper attribute, the lower attribute, the left attribute and the right attribute, and the position relative to the webpage window is determined for the target control.
According to the technical scheme, the second display area is equal to or larger than the first display area, so that the target control can be presented globally, convenience is provided for a user to operate the target control, and the use experience of the user is improved.
In the foregoing scheme, optionally, the method further includes:
the logical relationship of the target control in the component is not changed.
Therefore, only the presentation mode of the target control is changed, and the logical relationship of the target control, such as who the target control belongs to, who the target control contains, and the like, cannot be changed.
That is, the DOM tree in which the target control is located does not change.
In the foregoing solution, optionally, after the target control is called, the method further includes:
and the attribution setting of the display attribute of the target control is unchanged.
The scheme of the application separates the presentation and the construction of the target control, only changes the positioning mode of the target control, and the position of the target control in the DOM tree is not changed.
According to the technical scheme, reconstruction cost and complex interface design are not needed, the target control keeps a local object form in use, and convenience of relative positioning and data binding in the assembly in the modularized development is enjoyed. That is, the target control is still a partially embedded control, and the development method of the located web page component is not changed.
The information processing method is universal and suitable for any conventional webpage element, after any locally embedded control is presented, the local presentation can be changed into the global presentation quickly by calling the method, the user feels smooth, and no conversion process is needed.
Example two
FIG. 2 illustrates a flow diagram for causing a global rendering of local controls of a web page, as shown in FIG. 2, the flow comprising:
step 201: and adding an information processing method which can be called when the control runs to the webpage.
The information processing method is a common operation method of the webpage and is called at the moment when the control is presented.
Step 202: and calculating the size and the position of the rectangular space of the current control relative to the webpage window.
Step 203: and dynamically modifying the style of the style sheet positioning option to be positioned relative to the webpage window by utilizing the fixed characteristic in the style sheet positioning option, and presenting the style according to the calculated position and the rectangular space size.
Step 204: and changing the current target control from the local presentation to the global presentation.
FIG. 3 is a schematic diagram illustrating a local presentation of a control, and as shown in FIG. 3, a page is divided into two parts, and an object A located in a first part comprises a1, a2, a3, a4, a5, a6 and a7, and obviously only a1, a2 and a3 are displayed in the first part of the page; a4, a5, a6 and a7 cannot go beyond the second partial display of the page.
Fig. 4 shows a schematic diagram of the global presentation of the control, as shown in fig. 4, the page is divided into two parts, and the object a located in the first part includes a1, a2, a3, a4, a5, a6 and a7, and compared with fig. 3, a4, a5, a6 and a7 can be displayed beyond the second part of the page, so that the control is free outside the given page.
According to the technical scheme, the target control is still used in a local embedded mode, so that developers can enjoy convenience brought by a componentized development framework.
A method for adding a public control to a webpage during running is characterized in that the method is called at the moment when a target control is presented, firstly, the rectangular space and the position of the current target control relative to a webpage window are calculated, then, the fixed characteristic in a style sheet positioning option is utilized, the style of the current target control is dynamically modified to be positioned relative to the webpage window, and the current target control is presented according to the calculated position and the calculated space size, so that the target control is prevented from being shielded. What is seen to the user is the experience of the display of the controls globally.
That is to say, according to the technical scheme of the application, when the control runs, the presentation mode of the control can be changed from local presentation to global presentation, and the original logical relationship, the object relationship, the dependency relationship and the like of the control are unchanged.
The display mode of the componentized local control can be changed from a local display mode to a global display mode with very low cost; the technical scheme based on Web can be used, is simple and quick, and can be used for calling the method when the control presents by self.
EXAMPLE III
An embodiment of the present application further provides an information processing apparatus, as shown in fig. 5, the apparatus includes:
an obtaining unit 51, configured to obtain a target control in a web page;
a determining unit 52, configured to determine a spatial size and a position of the target control relative to the web page window;
a control unit 53, configured to determine a first display area of the target control based on the space size and the position, so that when the target control is invoked, the first display area is equal to or larger than a second display area of the target control; and the second display area is a preset display area of a window where the target control is located in the webpage.
In the above scheme, at least a part of the second display area is blocked by a third display area, when the target control is called, the first display area is not blocked by the third display area, and the third display area is a display area of other controls.
In some optional embodiments, the control unit 53 is further configured to:
and controlling the display area of the target control to be changed from the second display area to the first display area, wherein the time duration of the first display area is less than the preset time duration.
In some optional embodiments, the control unit 53 is configured to:
and modifying the position attribute of the target control from a first attribute value to a second attribute value, wherein the second attribute value represents positioning relative to the webpage window.
In some optional embodiments, the control unit 53 is configured to:
and modifying the position attribute of the target control from a first style in the style sheet to a second style by utilizing the style sheet, wherein the second style is positioned relative to the webpage window.
In some optional embodiments, the control unit is configured to:
the position of the element relative to the web page window is set based on the four attributes of up, down, left, and right.
In some optional embodiments, the control unit 53 is further configured to:
and controlling the logical relation of the target control in the component not to change.
In some optional embodiments, the control unit 53 is further configured to:
and after the target control is called, controlling the attribution setting of the display attribute of the target control to be unchanged.
It should be noted that: in the information processing apparatus provided in the above embodiment, when the presentation manner of the target control is changed, only the division of each program module is illustrated, and in practical applications, the processing distribution may be completed by different program modules according to needs, that is, the information processing apparatus or the internal structure of the device to which the information processing apparatus belongs may be divided into different program modules, so as to complete all or part of the processing described above. In addition, the information processing apparatus and the information processing method provided by the above embodiments belong to the same concept, and specific implementation processes thereof are described in the method embodiments and are not described herein again.
In this embodiment, the obtaining Unit 51, the determining Unit 52 and the control Unit 53 may be implemented by a Central Processing Unit (CPU), a Digital Signal Processor (DSP), a Micro Control Unit (MCU), a Programmable Gate Array (FPGA), or the like in the information processing apparatus or a device in which the information processing apparatus is located in an actual application.
The information processing apparatus according to this embodiment can change the presentation mode of the control from local presentation to global presentation when the control runs, and does not change the logical relationship, the object relationship, the dependency relationship, and the like of the control.
Example four
An embodiment of the present application provides an information processing apparatus, as shown in fig. 6, the information processing apparatus including:
a memory 20 for storing controls;
the processor 10 is used for acquiring a target control in a webpage; determining the spatial size and position of the target control relative to a webpage window; determining a first display area of the target control based on the space size and the position, so that when the target control is called, the first display area is equal to or larger than a second display area of the target control; and the second display area is a preset display area of a window where the target control is located in the webpage.
In the foregoing solution, optionally, at least a portion of the second display area is covered by a third display area, when the target control is called, the first display area is not covered by the third display area, and the third display area is a display area of another control.
In some optional embodiments, the processor 10 is further configured to:
and controlling the display area of the target control to be changed from the second display area to the first display area, wherein the time duration of the first display area is less than the preset time duration.
In some optional embodiments, the processor 10 is further configured to:
and modifying the position attribute of the target control from a first attribute value to a second attribute value, wherein the second attribute value represents positioning relative to the webpage window.
In some optional embodiments, the processor 10 is further configured to:
and modifying the position attribute of the target control from a first style in the style sheet to a second style by utilizing the style sheet, wherein the second style is positioned relative to the webpage window.
In some optional embodiments, the processor 10 is further configured to:
the position of the element relative to the web page window is set based on the four attributes of up, down, left, and right.
In some optional embodiments, the processor 10 is further configured to:
and controlling the logical relation of the target control in the component not to change.
In some optional embodiments, the processor 10 is further configured to:
and after the target control is called, controlling the attribution setting of the display attribute of the target control to be unchanged.
The information processing apparatus according to this embodiment can change the presentation mode of the control from local presentation to global presentation when the control runs, and does not change the logical relationship, the object relationship, the dependency relationship, and the like of the control.
EXAMPLE five
The present embodiments provide a computer storage medium having stored thereon computer instructions that, when executed by a processor, implement: acquiring a target control in a webpage; determining the spatial size and position of the target control relative to a webpage window; determining a first display area of the target control based on the space size and the position, so that when the target control is called, the first display area is equal to or larger than a second display area of the target control; and the second display area is a preset display area of a window where the target control is located in the webpage.
Those skilled in the art should understand that the functions of the programs in the computer storage medium of the present embodiment can be understood by referring to the related descriptions of the information processing methods described in the foregoing embodiments, and are not described herein again.
The technical solutions described in the embodiments of the present application can be arbitrarily combined without conflict.
In the several embodiments provided in the present application, it should be understood that the disclosed server and method may be implemented in other ways. The above-described device embodiments are merely illustrative, for example, the division of the unit is only a logical functional division, and there may be other division ways in actual implementation, such as: multiple 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 coupling, direct coupling or communication connection between the components shown or discussed may be through some interfaces, and the indirect coupling or communication connection between the devices or units may be electrical, mechanical or other forms.
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, that is, 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, all functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may be separately regarded as one unit, or two or more units may be integrated into one unit; the integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
Those of ordinary skill in the art will understand that: all or part of the steps for implementing the method embodiments may be implemented by hardware related to program instructions, and the program may be stored in a computer readable storage medium, and when executed, the program performs the steps including the method embodiments; and the aforementioned storage medium includes: a mobile storage device, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Alternatively, the integrated units described above in the present application may be stored in a computer-readable storage medium if they are implemented in the form of software functional modules and sold or used as independent products. Based on such understanding, the technical solutions of the embodiments of the present application may be essentially implemented or portions thereof contributing to the prior art may be embodied in the form of a software product stored in a storage medium, and including several 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 methods described in the embodiments of the present application. And the aforementioned storage medium includes: a removable storage device, a ROM, a RAM, a magnetic or optical disk, or various other media that can store program code.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present application, and shall be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (10)

1. An information processing method comprising:
acquiring a target control in a webpage;
determining the spatial size and position of the target control relative to a webpage window;
determining a first display area of the target control based on the space size and the position, so that when the target control is called, the first display area is equal to or larger than a second display area of the target control; and the second display area is a preset display area of a window where the target control is located in the webpage.
2. The method of claim 1, wherein at least a portion of the second display area is obscured by a third display area, and the first display area is not obscured by the third display area when the target control is invoked, the third display area being a display area of other controls.
3. The method of claim 1, wherein the method further comprises:
and changing the display area of the target control from the second display area to the first display area, wherein the time duration of the first display area is less than the preset time duration.
4. The method of claim 1, wherein the determining a first display area of the target control based on the spatial size and the position comprises:
and modifying the position attribute of the target control from a first attribute value to a second attribute value, wherein the second attribute value represents positioning relative to the webpage window.
5. The method of claim 4, wherein the modifying the position property of the target control from a first property value to a second property value comprises:
and modifying the position attribute of the target control from a first style in the style sheet to a second style by utilizing the style sheet, wherein the second style is positioned relative to the webpage window.
6. The method of claim 4 or 5, wherein the method further comprises:
the position of the element relative to the web page window is set based on the four attributes of up, down, left, and right.
7. The method of any of claims 1 to 6, wherein the method further comprises:
the logical relationship of the target control in the component is not changed.
8. The method of any of claims 1-6, wherein after the target control is invoked, the method further comprises:
and the attribution setting of the display attribute of the target control is unchanged.
9. An information processing apparatus comprising:
a memory for storing controls;
the processor is used for acquiring a target control in a webpage; determining the spatial size and position of the target control relative to a webpage window; determining a first display area of the target control based on the space size and the position, so that when the target control is called, the first display area is equal to or larger than a second display area of the target control; and the second display area is a preset display area of a window where the target control is located in the webpage.
10. A computer storage medium having stored therein computer-executable instructions for executing the information processing method of any one of claims 1 to 7.
CN201910819074.0A 2019-08-30 2019-08-30 Information processing method and device and computer storage medium Pending CN110659432A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910819074.0A CN110659432A (en) 2019-08-30 2019-08-30 Information processing method and device and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910819074.0A CN110659432A (en) 2019-08-30 2019-08-30 Information processing method and device and computer storage medium

Publications (1)

Publication Number Publication Date
CN110659432A true CN110659432A (en) 2020-01-07

Family

ID=69036656

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910819074.0A Pending CN110659432A (en) 2019-08-30 2019-08-30 Information processing method and device and computer storage medium

Country Status (1)

Country Link
CN (1) CN110659432A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030179239A1 (en) * 2002-03-19 2003-09-25 Luigi Lira Animating display motion
CN104424205A (en) * 2013-08-21 2015-03-18 腾讯科技(深圳)有限公司 Context menu implementing method and device of page-embedded client
CN105809054A (en) * 2016-01-26 2016-07-27 腾讯科技(北京)有限公司 Information acquisition method and apparatus
CN107562465A (en) * 2017-09-14 2018-01-09 东软集团股份有限公司 The method, apparatus and storage medium and electronic equipment of control exposure
CN107908719A (en) * 2017-11-13 2018-04-13 维沃移动通信有限公司 The display methods and device of a kind of web page element
CN108319683A (en) * 2018-01-31 2018-07-24 广东欧珀移动通信有限公司 Webpage display process, device and terminal
CN109901761A (en) * 2019-01-25 2019-06-18 维沃移动通信有限公司 A kind of content display method and mobile terminal

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030179239A1 (en) * 2002-03-19 2003-09-25 Luigi Lira Animating display motion
CN104424205A (en) * 2013-08-21 2015-03-18 腾讯科技(深圳)有限公司 Context menu implementing method and device of page-embedded client
CN105809054A (en) * 2016-01-26 2016-07-27 腾讯科技(北京)有限公司 Information acquisition method and apparatus
CN107562465A (en) * 2017-09-14 2018-01-09 东软集团股份有限公司 The method, apparatus and storage medium and electronic equipment of control exposure
CN107908719A (en) * 2017-11-13 2018-04-13 维沃移动通信有限公司 The display methods and device of a kind of web page element
CN108319683A (en) * 2018-01-31 2018-07-24 广东欧珀移动通信有限公司 Webpage display process, device and terminal
CN109901761A (en) * 2019-01-25 2019-06-18 维沃移动通信有限公司 A kind of content display method and mobile terminal

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
LMXQH: "解决layui弹窗下的下拉选择框被遮挡或显示不全问题", 《HTTPS://BLOG.CSDN.NET/LMXQH/ARTICLE/DETAILS/79232168》 *

Similar Documents

Publication Publication Date Title
US10726195B2 (en) Filtered stylesheets
CN105700925B (en) A kind of interface implementing method and device of APP
CN111814089A (en) Page rendering method and device, rendering server and storage medium
CN111079047A (en) Web-oriented page construction system
CN109614099A (en) The adaptive development approach with page view, device, computer equipment and storage medium
CN112947969B (en) Page off-screen rendering method, device, equipment and readable medium
CN105893009A (en) Display method and device of custom control on the basis of Android platform
CN111399831A (en) Page display method and device, storage medium and electronic device
CN111476007B (en) Table generation method, table generation device, computer device and computer-readable storage medium
CN110866208B (en) Page response type layout method, device and equipment
CN104615432B (en) Splash screen information processing method and client
CN114385124A (en) Independent page jumping method, device and equipment based on Vue framework
CN112799670B (en) Method and system for unified multi-terminal logic development
CN108228139B (en) Singlechip development system and device based on HTML5 browser frame
CN108255562B (en) Page jump method and device
CN112783494A (en) Automatic skeleton screen generation method and device and application page updating method and device
CN113435926A (en) Advertisement display method and device, storage medium and electronic device
CN111399836A (en) Method and device for modifying page attribute
CN110659432A (en) Information processing method and device and computer storage medium
CN111026472A (en) Calendar configuration and date selection method and device, storage medium and electronic equipment
CN107133046B (en) Page construction method and device and electronic terminal
CN111198731A (en) Interface implementation method and device, electronic equipment and storage medium
CN114896020A (en) Popup window generation method and device, electronic equipment and readable storage medium
CN112433723B (en) Personalized list development method and device
CN115481343A (en) Target component generation method and device, storage medium and electronic device

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