WO2013060144A1 - 浏览网页图片的方法及客户端装置 - Google Patents

浏览网页图片的方法及客户端装置 Download PDF

Info

Publication number
WO2013060144A1
WO2013060144A1 PCT/CN2012/076707 CN2012076707W WO2013060144A1 WO 2013060144 A1 WO2013060144 A1 WO 2013060144A1 CN 2012076707 W CN2012076707 W CN 2012076707W WO 2013060144 A1 WO2013060144 A1 WO 2013060144A1
Authority
WO
WIPO (PCT)
Prior art keywords
picture
webpage
client
user
access point
Prior art date
Application number
PCT/CN2012/076707
Other languages
English (en)
French (fr)
Inventor
徐飞
范跃伟
Original Assignee
腾讯科技(深圳)有限公司
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 腾讯科技(深圳)有限公司 filed Critical 腾讯科技(深圳)有限公司
Priority to IN864MUN2014 priority Critical patent/IN2014MN00864A/en
Publication of WO2013060144A1 publication Critical patent/WO2013060144A1/zh
Priority to US14/261,291 priority patent/US10015284B2/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • 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
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Definitions

  • the present invention relates to the field of computer technology, and particularly relates to a method for browsing a webpage picture and a client device. Background technique
  • a browser is a client browser for the World Wide Web (Web) service that sends various requests to the Web server and
  • Web World Wide Web
  • the hypertext information sent by the server and various multimedia data formats are interpreted, displayed and played.
  • the browser In the prior art requests the content of the webpage from the server. After receiving the request, the server sends the entire content of the webpage, that is, the image and the text, to the browser client.
  • the browser client will display the image and the text together, and the interface that the user sees is messy and the user experience is poor.
  • the client does not know whether the user focuses on the text or the picture, so Due to the limitation of traffic, the pictures acquired by the client are generally low-quality pictures. When the user wants to browse the pictures mainly, the user's needs cannot be met. Summary of the invention
  • an embodiment of the present invention provides a method for browsing a webpage image and a client device.
  • the technical solution is as follows:
  • a method for browsing a webpage image comprising:
  • the client receives a picture mode triggered by the user when browsing the webpage;
  • obtaining a picture in the webpage that the user wants to browse includes:
  • the client obtains the content of the webpage that the user wants to browse from the server; the client obtains the image from the webpage content according to the image tag in the content of the webpage; or
  • the client sends a request to view only the picture to the server; after receiving the request, the server according to the The picture tag obtains a picture from the content of the webpage to be browsed by the user; the server sends the picture to the client; the client receives the picture returned by the server.
  • the method before acquiring the image in the webpage that the user wants to browse, the method further includes:
  • the client obtains an access point type of the user terminal, and sends the access point type to the server; the server provides a corresponding type of picture for the webpage to be browsed by the user according to the access point type.
  • the server provides a corresponding type of picture for the webpage that the user wants to browse according to the type of the access point, including:
  • the method further includes:
  • the client pre-reads a picture in the next page of the webpage.
  • a client device comprising:
  • a receiving module configured to receive a picture mode triggered by a user when browsing a webpage
  • a first acquiring module configured to acquire a picture in a webpage that the user wants to browse after the receiving module receives the user-triggered picture mode
  • a display module configured to display the picture acquired by the first acquiring module to the user.
  • the first acquiring module specifically includes a first acquiring unit and a second acquiring unit, or specifically, a sending unit and a receiving unit;
  • the first obtaining unit is configured to acquire, from a server, content of a webpage that the user wants to browse;
  • the second obtaining unit is configured to obtain a picture from the webpage content according to the picture label in the webpage content acquired by the first acquiring unit;
  • the sending unit is specifically configured to send a request for viewing only a picture to the server, so that after receiving the request, the server obtains a picture from the content of the webpage to be browsed by the user according to the picture label;
  • the receiving unit is specifically configured to receive the picture returned by the server.
  • the client device further includes:
  • a second obtaining module configured to acquire an access point type of the user terminal before the first acquiring module acquires a picture in the webpage to be browsed by the user;
  • a sending module configured to send the type of the access point acquired by the second acquiring module to the server, so that the server provides a corresponding type of picture for the webpage that the user wants to browse according to the type of the access point.
  • the client device further includes:
  • a pre-reading module configured to pre-read the webpage after the display module displays the picture to the user A picture in a page of content.
  • a method for browsing a webpage image including:
  • the providing, according to the access point type, a webpage of the corresponding type for the webpage to be browsed by the client includes: determining whether the access point type is a preset access point type, and if yes, The webpage to be browsed by the client provides the original image, otherwise, the compressed webpage is provided for the webpage to be browsed by the client.
  • the webpage to be browsed by the client is provided according to the access point type, and then includes:
  • a web server comprising:
  • a receiving module configured to receive an access point type reported by the client
  • a providing module configured to provide a corresponding type of picture for the webpage to be browsed by the client according to the access point type.
  • the providing module includes:
  • a determining unit configured to determine whether the access point type is a preset access point type
  • the determining unit determines that the access point type is a preset access point type, providing an original picture for the webpage to be browsed by the client;
  • the determining unit determines that the access point type is not a preset access point type, the compressed picture is provided for the webpage to be browsed by the client.
  • the server further includes:
  • An obtaining module configured to: when receiving a request for viewing only a picture sent by the client, obtain a picture from a webpage content that the user wants to browse according to the image tag;
  • a sending module configured to send the acquired picture to the client.
  • a network system including:
  • a client the client device, the client device, configured to receive a picture mode triggered by a user when browsing a webpage, obtain a picture in a webpage to be browsed by the user, and display the image to the client
  • the web server is configured to receive an access point type that is reported by the client, and provide a webpage of a corresponding type for the webpage to be browsed by the client according to the access point type.
  • the beneficial effects brought by the technical solutions provided by the embodiments of the present invention are: By extracting the images in the webpage and displaying the images to the user in a centralized manner, the user can browse the image content in the webpage more directly and conveniently when only concerned with the images in the webpage, satisfying the requirement that the user only views the image; secondly, The client obtains the access point type of the user terminal, and sends the access point type to the server, and the server provides a corresponding type of picture for the webpage to be browsed by the server according to the access point type, which can satisfy different access points.
  • the picture browsing requirement is to provide the original picture for the client with better network environment, so that the user can see the picture more clearly, and provide the compressed picture for the client with poor network environment, so that the user can see the picture more quickly; Finally, the client By pre-reading the content of the next page, the user can browse more smoothly.
  • FIG. 1 is a flowchart of a method for browsing a webpage image according to Embodiment 1 of the present invention
  • FIG. 2 is a flowchart of a method for browsing a webpage image according to Embodiment 2 of the present invention
  • FIG. 3 is a flowchart of a method for browsing a webpage image according to Embodiment 3 of the present invention.
  • FIG. 4 is a schematic structural diagram of a client device according to Embodiment 4 of the present invention.
  • FIG. 5 is a schematic structural diagram of a first acquiring module according to Embodiment 4 of the present invention.
  • FIG. 6 is a schematic structural diagram of another first acquiring module according to Embodiment 4 of the present invention.
  • FIG. 7 is a schematic structural diagram of another client device according to Embodiment 4 of the present invention.
  • FIG. 8 is a schematic structural diagram of another client device according to Embodiment 4 of the present invention.
  • FIG. 9 is a flowchart of a method for browsing a webpage image according to Embodiment 5 of the present invention.
  • FIG. 10 is a schematic structural diagram of a web server according to Embodiment 6 of the present invention.
  • FIG. 11 is a schematic structural diagram of a network system according to Embodiment 6 of the present invention. detailed description
  • An embodiment of the present invention provides a method for browsing a webpage image.
  • the method process includes:
  • the client receives a picture mode triggered by a user when browsing a webpage; 102: Obtain a picture in a webpage that the user wants to browse;
  • the client when the user only cares about the picture in the webpage, the client can separately obtain the image in the webpage, and display the image to the user in a centralized manner, so that the user can browse the image content in the webpage more directly and conveniently. Satisfy the need for users to view only pictures.
  • Embodiment 2
  • the embodiment of the invention provides a method for browsing a webpage image, wherein the client is a client of the browser, and the server is a server of the browser.
  • the browser in the embodiment of the present invention may be a mobile phone browser, a palmtop browser, or the like. Referring to Figure 2, the method flow includes:
  • the client receives a picture mode triggered by a user when browsing a webpage
  • the picture mode is relative to the normal browsing of the webpage.
  • the picture mode refers to the mode of browsing only the pictures on the webpage when browsing the webpage, and does not involve browsing the text parts on the webpage.
  • the user when the user browses the webpage through the browser client, the user can trigger the picture mode, so as to achieve the effect of only viewing the pictures in the webpage.
  • the client background can insert a link of a "picture mode” trigger action on the webpage, and the user triggers the picture mode by clicking the link; and can also be in the function option of the client. Add an option for "Picture Mode", which the user can trigger by selecting this option.
  • the client obtains an access point type of the user terminal.
  • the type of access point for the user terminal to access the Internet can be various, such as Wi-Fi (Wireless Fidelity), 3G (3rd Generation, 3rd generation mobile communication technology), GPRS (General Packet Radio Service, General Packet Radio Service Technology, etc., users can choose any type of access point to access the network.
  • Wi-Fi Wireless Fidelity
  • 3G 3rd Generation, 3rd generation mobile communication technology
  • GPRS General Packet Radio Service, General Packet Radio Service Technology, etc.
  • users can choose any type of access point to access the network.
  • the choice of different access points is to choose a different network environment
  • the speed of the Internet is also different, for example, Wi-Fi, 3G and other access points provide better network environment, fast Internet access, GPRS and other access
  • the network environment provided by the point is poor and the Internet speed is slow.
  • Each user terminal records its own access point type, and the client can easily obtain the access point type.
  • the client sends the access point type to the server.
  • the client After the client obtains the access point type of the user terminal, the client sends the access point type to the server.
  • the server provides a corresponding type of picture for the webpage to be browsed by the user according to the type of the access point. Specifically, the server determines whether the access point type is a preset access point type, and if yes, the user needs to The browsed webpage provides the original image, otherwise, the compressed image is provided for the webpage that the user wants to browse.
  • the preset access point type may include Wi-Fi and 3G; the original picture is a higher quality, clearer picture, compressed The image can be a picture that has been compressed on the original image.
  • the server can provide a corresponding type of picture of the access point type, and the server distinguishes the network environment where the client is located according to the access point type, and matches the browsed webpage for the browsed webpage.
  • the quality picture if it is Wi-Fi or 3G, provides the original picture, if it is GPRS, it provides the compressed picture.
  • the steps 202 to 204 may be omitted, that is, the step 205 is directly executed after the step 201 is performed, which is not specifically limited in this embodiment.
  • the image browsing requirements of different access points can be met, that is, the original image is provided to the client with better network environment, so that the user can see the picture more clearly, and the client with poor network environment is provided with compression. The picture makes the user see the picture more quickly.
  • steps 202 to 204 can also be performed before step 201.
  • the client obtains, from the server, the content of the webpage that the user wants to browse;
  • the client After receiving the picture mode triggered by the user, the client obtains, from the server, the entire content of the webpage that the user wants to browse, including text content, picture content, and the like.
  • the client obtains a picture from the content of the webpage according to the image tag in the webpage content;
  • the client analyzes the content of the webpage, extracts the image according to the label of the image content in the webpage, and filters out the remaining text content.
  • the client can implement the above analysis and filtering functions by calling the view plugin in the client.
  • the image tag refers to the ⁇ 1113 ⁇ 4> tag
  • the ⁇ img> tag is a tag defined in the HTMU Hypertext Markup Language.
  • HTML the image is defined by the ⁇ img> tag, that is, Say, the images in the content of the web page have an ⁇ img> tag.
  • steps 205 and 206 are an implementation manner for the client to obtain a picture in the webpage that the user wants to browse.
  • the client displays the obtained picture to the user
  • the pictures are gathered together for typesetting and displayed to the user in a centralized manner; if only one picture in the obtained webpage is obtained, the picture may be displayed to the user in full screen. .
  • the client pre-reads the picture in the next page of the webpage.
  • the client when the user browses the picture of the current webpage, the client can automatically pre-read the content of the next page and save it locally, so that the user can directly obtain the content of the next page when browsing the next page.
  • the number of the pre-read webpages may also be controlled according to the access point type. For example, if the access point type is a Wi-Fi, 3G, and other network environment, the access point is better. , you can pre-read multiple pages of content in sequence. If the access point type is an access point with poor network environment such as GPRS, you can only pre-read the content of the next page.
  • the client extracts the image in the webpage by analyzing the content of the webpage, and the remaining text content is filtered out, and the image is displayed to the user in a centralized manner, so that the user only cares about the webpage.
  • the picture content in the webpage can be browsed more conveniently and conveniently, which satisfies the requirement that the user only views the image.
  • the client obtains the access point type of the user terminal, and sends the access point type to the server, and the server According to the access point type, the webpage to be browsed by the user is provided with a corresponding type of image, which can meet the image browsing requirements of different access points, that is, provide the original image for the client with better network environment, so that the user can see the picture more clearly.
  • the compressed image is provided to the client with poor network environment, so that the user can see the picture more quickly.
  • the client can make the browsing of the user smoother by pre-reading the content of the next page.
  • the embodiment of the invention provides a method for browsing a webpage image, wherein the client is a client of the browser, and the server is a server of the browser.
  • the browser in the embodiment of the present invention may be a mobile phone browser, a palmtop browser, or the like. Referring to Figure 3, the method flow includes:
  • the client receives a picture mode triggered by a user when browsing a webpage
  • the client obtains an access point type of the user terminal.
  • the client sends the access point type to the server.
  • the server provides a corresponding type of picture for the webpage to be browsed by the user according to the type of the access point.
  • steps 301 to 304 refer to steps 201 to 204 in the second embodiment, and details are not described herein.
  • the client sends a request to view only the picture to the server;
  • the client after receiving the picture mode triggered by the user, the client initiates a request to view only the picture to the server, and the request server only returns the picture in the web page viewed by the user.
  • the server After receiving the request, the server obtains a picture from the content of the webpage that the user wants to browse according to the image label. Specifically, the server analyzes the content of the webpage that the user wants to browse, and extracts the image according to the label of the image content in the webpage. , the remaining text content is filtered out.
  • the server sends the obtained image to the client.
  • the client receives the picture returned by the server
  • steps 305 to 308 are an implementation manner for the client to obtain a picture in the webpage that the user wants to browse.
  • the client displays the returned picture to the user
  • the client pre-reads the picture in the next page of the web page.
  • the client sends a request for viewing only the image to the server, and the server analyzes the content of the webpage, extracts the image in the webpage and returns the image to the client, and the client displays the image in a centralized manner.
  • the user when the user only cares about the picture in the webpage, the user can browse the picture content in the webpage more conveniently, which satisfies the requirement that the user only views the image;
  • the client acquires the access point type of the user terminal, and the The access point type is sent to the server, and the server provides a corresponding type of picture for the webpage to be browsed by the server according to the access point type, which can meet the image browsing requirements of different access points, that is, provide a client with better network environment.
  • the original picture makes the user see the picture more clearly, and provides the compressed picture for the client with poor network environment, so that the user can see the picture more quickly.
  • the client makes the user browse by pre-reading the content of the next page. Smooth.
  • an embodiment of the present invention provides a client device, which is used to perform the method steps on the client side in the first embodiment, the second embodiment, and the third embodiment.
  • the client device includes:
  • the receiving module 401 is configured to receive a picture mode that is triggered when the user browses the webpage;
  • the first obtaining module 402 is configured to obtain, after the receiving module 401 receives the picture mode triggered by the user, the picture in the webpage that the user wants to browse;
  • the display module 403 is configured to display the picture acquired by the first obtaining module 402 to the user.
  • the first obtaining module 402 specifically includes a first obtaining unit 402a and a second obtaining unit 402b.
  • the first obtaining module 402 specifically includes a sending unit 402c and a receiving unit 402d.
  • the first obtaining unit 402a is configured to acquire, from a server, content of a webpage that the user wants to browse;
  • the second obtaining unit 402b is configured to obtain a picture from the webpage content according to the picture label in the webpage content acquired by the first obtaining unit 402a;
  • the sending unit 402c is specifically configured to send a request for viewing only the image to the server, so that after receiving the request, the server obtains the image from the content of the webpage that the user wants to browse according to the image tag;
  • the receiving unit 402d is specifically configured to receive a picture returned by the server.
  • the client device further includes:
  • the second obtaining module 404 is configured to obtain an access point type of the user terminal before the first obtaining module 402 acquires a picture in the webpage to be browsed by the user;
  • the sending module 405 is configured to send the access point type acquired by the second obtaining module 404 to the server, so that the server provides a corresponding type of picture for the webpage that the user wants to browse according to the access point type.
  • the client device further includes:
  • the pre-reading module 406 is configured to pre-read the next page content of the webpage after the display module 403 displays the image to the user.
  • the embodiment of the present invention extracts the content of the webpage, extracts the image in the webpage, filters the text, and displays the image to the user, so that the user can directly relate to the image in the webpage.
  • Conveniently browsing the content of the image in the webpage satisfies the requirement of the user only viewing the image; secondly, the client obtains the access point type of the user terminal, and sends the access point type to the server, according to the type of the access point by the server Providing a corresponding type of picture for the webpage to be browsed by the user, which can meet the image browsing requirements of different access points, that is, provide the original picture for the client with better network environment, so that the user can see the picture more clearly, and the network environment is poor.
  • the client provides a compressed image to make the user see the picture more quickly. Finally, the client makes the user browse more smoothly by pre-reading the content of the next page.
  • the client device provided by the foregoing embodiment browses a webpage image, only the division of each functional module is illustrated. In an actual application, the function distribution may be completed by different functional modules as needed. The internal structure of the client device is divided into different functional modules to complete all or part of the functions described above.
  • the client device provided by the foregoing embodiment is in the same concept as the method for browsing a webpage image. The specific implementation process is described in detail in the method embodiment, and details are not described herein again.
  • the embodiment of the invention provides a method for browsing a webpage image, wherein the client is a client of the browser, and the execution server is a web server of the browser.
  • the browser in the embodiment of the present invention may be a mobile phone browser, a palmtop browser, or the like. See Figure 9, the method flow includes:
  • step 902 "providing a corresponding type of picture for the webpage to be browsed by the client according to the access point type", including:
  • step 902 "providing a corresponding type of picture for the webpage to be browsed by the client according to the access point type", and then including:
  • the image is obtained from the content of the webpage to be browsed by the user according to the image tag; and the acquired image is sent to the client.
  • an embodiment of the present invention provides a webpage server, which is used to perform the method steps of the network side in the foregoing fifth embodiment, where the webpage server includes:
  • the receiving module 1001 is configured to receive an access point type reported by the client.
  • the providing module 1002 is configured to provide a corresponding type of picture for the webpage to be browsed by the client according to the access point type.
  • the providing module 1002 includes:
  • a determining unit configured to determine whether the access point type is a preset access point type
  • the determining unit determines that the access point type is a preset access point type, providing an original picture for the webpage to be browsed by the client;
  • the determining unit determines that the access point type is not a preset access point type, the compressed picture is provided for the webpage to be browsed by the client.
  • the server further includes:
  • the obtaining module 1003 is configured to: when receiving the request for viewing only the image sent by the client, obtain the image from the content of the webpage that the user wants to browse according to the image tag;
  • the sending module 1004 is configured to send the acquired picture to the client.
  • This embodiment also provides a network system.
  • the system includes:
  • Client A the client includes the client device, the client device is configured to receive a picture mode triggered by a user when browsing a webpage, obtain a picture in a webpage to be browsed by the user, and display the picture
  • the web server B is configured to receive an access point type reported by the client, and provide a webpage of a corresponding type for the webpage to be browsed by the client according to the access point type.
  • serial numbers of the embodiments of the present invention are merely for the description, and do not represent the advantages and disadvantages of the embodiments.
  • a person skilled in the art may understand that all or part of the steps of implementing the above embodiments may be completed by hardware, or may be instructed by a program to execute related hardware, and the program may be stored in a computer readable storage medium.
  • the storage medium mentioned may be a read only memory, a magnetic disk or an optical disk or the like.
  • the above is only the preferred embodiment of the present invention, and is not intended to limit the present invention. Any modifications, equivalent substitutions, improvements, etc., which are within the spirit and scope of the present invention, should be included in the protection of the present invention. Within the scope.

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)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

本发明公开了一种浏览网页图片的方法及客户端装置,属于计算机技术领域。所述方法包括:客户端接收用户在浏览网页时触发的图片模式;获取所述用户要浏览的网页中的图片;将所述图片显示给所述用户。所述客户端装置包括:接收模块、第一获取模块和显示模块。本发明通过在用户仅关心网页中图片时,客户端单独获取该网页中的图片,并将图片集中展示给用户,使用户可以更直接方便的浏览网页中的图片内容,满足了用户仅观看图片的需求。

Description

浏览网页图片的方法及客户端装置
本申请要求于 2011年 10月 27日提交中国专利局、 申请号为 201110331362. 5、发明名 称为 "浏览网页图片的方法及客户端装置" 的中国专利申请的优先权, 其全部内容通过引 用结合在本申请中。 技术领域
本发明涉及计算机技术领域, 特说别涉及一种浏览网页图片的方法及客户端装置。 背景技术
浏览器是万维网 (Web)服务的客户端浏览程序, 可向 Web服务器发送各种请求, 并对从 书
服务器发来的超文本信息和各种多媒体数据格式进行解释、 显示和播放。
由于网站的复杂性, 一般网页中都有大量的文字内容和图片内容。 现有技术中的浏览 器在浏览网页时, 要向服务器请求该网页的内容, 服务器收到请求后, 会将该网页的全部 内容, 即图片和文字等全部发送给该浏览器客户端, 该浏览器客户端会将图片和文字一并 排版显示, 用户看到的界面杂乱不美观, 用户体验差; 另外, 在这种浏览模式下, 客户端 不知道用户重点关注的是文字还是图片, 因此受到流量的限制, 客户端获取的图片一般都 是低质量图片, 当用户想主要浏览图片时, 不能满足用户的需求。 发明内容
为了满足用户仅观看网页中的图片的需求, 本发明实施例提供了一种浏览网页图片的 方法及客户端装置。 所述技术方案如下:
一方面, 提供了一种浏览网页图片的方法, 所述方法包括:
客户端接收用户在浏览网页时触发的图片模式;
获取所述用户要浏览的网页中的图片;
将所述图片显示给所述用户。
进一步地, 获取所述用户要浏览的网页中的图片, 包括:
所述客户端从服务器获取所述用户要浏览的网页的内容; 所述客户端根据所述网页内 容中的图片标签从所述网页内容中获取图片; 或者,
所述客户端向所述服务器发送只看图片的请求; 所述服务器接收到所述请求后, 根据 图片标签从所述用户要浏览的网页内容中获取图片; 所述服务器向所述客户端发送所述图 片; 所述客户端接收所述服务器返回的所述图片。
可选地, 获取所述用户要浏览的网页中的图片之前, 还包括:
所述客户端获取用户终端的接入点类型, 并将所述接入点类型发送给服务器; 所述服务器根据所述接入点类型为所述用户要浏览的网页提供相应类型的图片。
进一步地, 所述服务器根据所述接入点类型为所述用户要浏览的网页提供相应类型的 图片, 包括:
所述服务器判断所述接入点类型是否为预设的接入点类型, 如果是, 则为所述用户要 浏览的网页提供原始图片, 否则, 为所述用户要浏览的网页提供压縮后的图片。
可选地, 将所述图片显示给所述用户之后, 还包括:
所述客户端预读所述网页的下一页内容中的图片。
另一方面, 提供了一种客户端装置, 所述客户端装置包括:
接收模块, 用于接收用户在浏览网页时触发的图片模式;
第一获取模块, 用于在所述接收模块接收用户触发的图片模式后, 获取所述用户要浏 览的网页中的图片;
显示模块, 用于将所述第一获取模块获取的图片显示给所述用户。
进一步地, 所述第一获取模块, 具体包括第一获取单元和第二获取单元, 或者, 具体 包括发送单元和接收单元;
所述第一获取单元, 用于从服务器获取所述用户要浏览的网页的内容;
所述第二获取单元, 用于根据所述第一获取单元获取的网页内容中的图片标签从所述 网页内容中获取图片;
所述发送单元, 具体用于向所述服务器发送只看图片的请求, 以使得所述服务器接收 到所述请求后, 根据图片标签从所述用户要浏览的网页内容中获取图片;
所述接收单元, 具体用于接收所述服务器返回的所述图片。
可选地, 所述客户端装置还包括:
第二获取模块, 用于在所述第一获取模块获取所述用户要浏览的网页中的图片之前, 获取用户终端的接入点类型;
发送模块, 用于将所述第二获取模块获取的接入点类型发送给服务器, 以使得所述服 务器根据所述接入点类型为所述用户要浏览的网页提供相应类型的图片。
可选地, 所述客户端装置还包括:
预读模块, 用于在所述显示模块将所述图片显示给所述用户之后, 预读所述网页的下 一页内容中的图片。
一种浏览网页图片的方法, 包括:
接收客户端上报的接入点类型;
根据所述接入点类型为所述客户端要浏览的网页提供相应类型的图片。
可选地, 根据所述接入点类型为所述客户端要浏览的网页提供相应类型的图片, 包括: 判断所述接入点类型是否为预设的接入点类型, 如果是, 则为所述客户端要浏览的网 页提供原始图片, 否则, 为所述客户端要浏览的网页提供压縮后的图片。
可选地, 根据所述接入点类型为所述客户端要浏览的网页提供相应类型的图片, 之后 包括:
当接收到所述客户端发送的只看图片的请求时, 根据图片标签从用户要浏览的网页内 容中获取图片;
向所述客户端发送获取的图片。
一种网页服务器, 包括:
接收模块, 用于接收客户端上报的接入点类型;
提供模块, 用于根据所述接入点类型为所述客户端要浏览的网页提供相应类型的图片。 可选地, 所述提供模块包括:
判断单元, 用于判断所述接入点类型是否为预设的接入点类型;
当所述判断单元确定所述接入点类型是预设的接入点类型, 则为所述客户端要浏览的 网页提供原始图片;
当所述判断单元确定所述接入点类型不是预设的接入点类型, 为所述客户端要浏览的 网页提供压縮后的图片。
可选地, 所述服务器还包括:
获取模块, 用于当接收到所述客户端发送的只看图片的请求时, 根据图片标签从用户 要浏览的网页内容中获取图片;
发送模块, 用于向所述客户端发送获取的图片。
一种网络系统, 包括:
客户端, 所述客户端包括所述客户端装置, 所述客户端装置用于接收用户在浏览网页 时触发的图片模式, 获取所述用户要浏览的网页中的图片, 将所述图片显示给所述用户; 网页服务器, 用于接收所述客户端上报的接入点类型; 根据所述接入点类型为所述客 户端要浏览的网页提供相应类型的图片。
本发明实施例提供的技术方案带来的有益效果是: 通过将网页中的图片提取出来, 并将图片集中展示给用户, 使用户在仅关心网页中图 片时, 可以更直接方便的浏览网页中的图片内容, 满足了用户仅观看图片的需求; 其次, 客户端获取用户终端的接入点类型, 并将该接入点类型发送给服务器, 由服务器根据该接 入点类型为该用户要浏览的网页提供相应类型的图片, 可以满足不同接入点的图片浏览需 求, 即为网络环境较好的客户端提供原始图片, 使用户看图片更清晰, 为网络环境较差的 客户端提供压縮后的图片, 使用户看图片更迅速; 最后, 客户端通过预读下一页的内容, 使用户浏览的更顺畅。 附图说明
为了更清楚地说明本发明实施例中的技术方案, 下面将对实施例描述中所需要使用的 附图作简单地介绍, 显而易见地, 下面描述中的附图仅仅是本发明的一些实施例, 对于本 领域普通技术人员来讲, 在不付出创造性劳动的前提下, 还可以根据这些附图获得其他的 附图。
图 1是本发明实施例一提供的浏览网页图片的方法流程图;
图 2是本发明实施例二提供的浏览网页图片的方法流程图;
图 3是本发明实施例三提供的浏览网页图片的方法流程图;
图 4是本发明实施例四提供的客户端装置的结构示意图;
图 5是本发明实施例四提供的第一获取模块的结构示意图;
图 6是本发明实施例四提供的另一种第一获取模块的结构示意图;
图 7是本发明实施例四提供的另一种客户端装置的结构示意图;
图 8是本发明实施例四提供的另一种客户端装置的结构示意图;
图 9是本发明实施例五提供的浏览网页图片的方法流程图;
图 10是本发明实施例六提供的一种网页服务器的结构示意图;
图 11是本发明实施例六提供的一种网络系统的架构示意图。 具体实施方式
为使本发明的目的、 技术方案和优点更加清楚, 下面将结合附图对本发明实施方式作 进一步地详细描述。
实施例一
本发明实施例提供了一种浏览网页图片的方法, 参见图 1, 方法流程包括:
101: 客户端接收用户在浏览网页时触发的图片模式; 102: 获取该用户要浏览的网页中的图片;
103: 将图片显示给用户。
本发明实施例提供的方法, 在用户仅关心网页中图片时, 客户端可以单独获取该网页 中的图片, 并将图片集中展示给用户, 使用户可以更直接方便的浏览网页中的图片内容, 满足了用户仅观看图片的需求。 实施例二
本发明实施例提供了一种浏览网页图片的方法, 其中, 客户端为浏览器的客户端, 服 务器为该浏览器的服务器。 本发明实施例中的浏览器可以是手机浏览器、 掌上电脑浏览器 等。 参见图 2, 方法流程包括:
201: 客户端接收用户在浏览网页时触发的图片模式;
其中, 图片模式是相对于正常浏览网页来说的, 图片模式是指在浏览网页时, 仅对网 页上的图片进行浏览, 而不涉及对网页上的文字部分进行浏览的模式。
具体地, 用户在通过浏览器客户端浏览网页时, 可以触发图片模式, 从而达到只观看 网页中的图片的效果。 其中, 触发图片模式的方式可以有多种, 例如, 客户端后台可以在 网页上插入一个 "图片模式" 的触发动作的链接, 用户通过点击该链接触发图片模式; 还 可以在客户端的功能选项中添加一个 "图片模式" 的选项, 用户通过选择该选项来触发图 片模式。
202: 客户端获取用户终端的接入点类型;
其中, 用户终端上网的接入点类型可以有多种选择, 如 Wi-Fi (Wireless Fidelity, 无线 保真技术)、 3G ( 3rd Generation,第三代移动通信技术)、 GPRS (General Packet Radio Service, 通用分组无线服务技术) 等, 用户可以选择任意一种接入点接入网络。 其中, 选择了不同 的接入点就是选择了不同的网络环境, 上网的速度也不相同, 例如, Wi-Fi、 3G等接入点提 供的网络环境较好, 上网速度快, GPRS等接入点提供的网络环境较差, 上网速度慢。
每个用户终端中都记录有自身的接入点类型, 客户端很容易就能获取到该接入点类型。
203: 客户端将该接入点类型发送给服务器;
客户端获取到用户终端的接入点类型后, 将该接入点类型上报给服务器。
204: 服务器根据该接入点类型为该用户要浏览的网页提供相应类型的图片; 具体地, 服务器判断该接入点类型是否为预设的接入点类型, 如果是, 则为该用户要 浏览的网页提供原始图片, 否则, 为该用户要浏览的网页提供压縮后的图片。 其中, 预设 的接入点类型可以包括 Wi-Fi和 3G两种; 原始图片是质量较高、 较清晰的图片, 压縮后的 图片可以是对原始图片进行压縮处理后的图片。 也就是说, 根据不同的接入点类型, 服务 器可提供该接入点类型相应类型的图片, 服务器根据接入点类型去区分客户端所处网络环 境的好坏, 为其浏览的网页匹配相应质量的图片, 如果是 Wi-Fi或 3G, 就提供原始图片, 如果是 GPRS, 就提供压縮后的图片。
需要说明的是, 本实施例提供的方法, 还可以省略步骤 202至 204, 即执行完步骤 201 后直接执行步骤 205, 本实施例对此不作具体限定。 通过执行步骤 202至 204, 可以满足不 同接入点的图片浏览需求, 即为网络环境较好的客户端提供原始图片, 使用户看图片更清 晰, 为网络环境较差的客户端提供压縮后的图片, 使用户看图片更迅速。 其中, 步骤 202 至 204还可以在步骤 201之前执行。
205: 客户端从服务器获取该用户要浏览的网页的内容;
具体地, 客户端接收到用户触发的图片模式后, 照常从服务器获取用户要浏览的网页 的全部内容, 包括文字内容、 图片内容等。
206: 客户端根据网页内容中的图片标签从该网页内容中获取图片;
具体地, 客户端对网页的内容进行分析, 根据网页中图片内容的标签将图片提取出来, 剩余的文字内容过滤掉。 客户端可以通过调用客户端中的看图插件来实现上述分析和过滤 的功能。其中,图片标签指的是<111¾>标签, <img>标签是 HTMUHypertext Markup Language, 超文本标记语言) 中定义的标签的一种, 在 HTML 中图片是通过 <img>标签进行定义的, 也就是说, 网页内容中的图片都具有 <img>标签。
需要说明的是, 上述步骤 205和 206为客户端获取该用户要浏览的网页中的图片的一 种实施方式。
207: 客户端将获取的图片显示给该用户;
具体地, 如果获取的该网页中的图片有多个, 则将这些图片汇聚在一起进行排版, 集 中展示给用户; 如果获取的该网页中的图片只有一个, 则可以将该图片全屏展示给用户。
208: 客户端预读该网页的下一页内容中的图片。
具体地, 在用户浏览当前网页的图片时, 客户端可以自动对下一页的内容进行预读取, 保存在本地, 使得用户浏览下一页时能够直接从本地获取下一页的内容。 如果客户端预先 获取了用户终端的接入点类型, 还可以根据接入点类型控制预读网页的数量, 例如, 如果 接入点类型是 Wi-Fi、 3G等网络环境较好的接入点, 则可以顺序预读多页内容, 如果接入 点类型是 GPRS等网络环境较差的接入点, 则可以只预读下一页的内容。
本发明实施例提供的方法, 首先, 客户端通过对网页的内容进行分析, 将网页中的图 片提取出来, 剩余的文字内容过滤掉, 并将图片集中展示给用户, 使用户在仅关心网页中 图片时, 可以更直接方便的浏览网页中的图片内容, 满足了用户仅观看图片的需求; 其次, 客户端获取用户终端的接入点类型, 并将该接入点类型发送给服务器, 由服务器根据该接 入点类型为该用户要浏览的网页提供相应类型的图片, 可以满足不同接入点的图片浏览需 求, 即为网络环境较好的客户端提供原始图片, 使用户看图片更清晰, 为网络环境较差的 客户端提供压縮后的图片, 使用户看图片更迅速; 最后, 客户端通过预读下一页的内容, 使用户浏览的更顺畅。 实施例三
本发明实施例提供了一种浏览网页图片的方法, 其中, 客户端为浏览器的客户端, 服 务器为该浏览器的服务器。 本发明实施例中的浏览器可以是手机浏览器、 掌上电脑浏览器 等。 参见图 3, 方法流程包括:
301: 客户端接收用户在浏览网页时触发的图片模式;
302: 客户端获取用户终端的接入点类型;
303: 客户端将该接入点类型发送给服务器;
304: 服务器根据该接入点类型为该用户要浏览的网页提供相应类型的图片; 其中, 步骤 301至 304的具体实施过程详见实施例二中的步骤 201至 204, 此处不再赘 述。
305: 客户端向服务器发送只看图片的请求;
具体地, 客户端接收到用户触发的图片模式后, 向服务器发起只看图片的请求, 请求 服务器只返回用户浏览的网页中的图片。
306: 服务器接收到该请求后, 根据图片标签从用户要浏览的网页内容中获取图片; 具体地, 服务器对用户要浏览的网页的内容进行分析, 根据该网页中图片内容的标签 将图片提取出来, 剩余的文字内容过滤掉。
307: 服务器向客户端发送获取的图片;
308: 客户端接收服务器返回的图片;
需要说明的是, 上述步骤 305至 308为客户端获取该用户要浏览的网页中的图片的一 种实施方式。
309: 客户端将返回的图片显示给用户;
310: 客户端预读该网页的下一页内容中的图片。
其中, 步骤 309至 310的具体实施过程详见实施例二中的步骤 207至 208, 此处不再赘 述。 本发明实施例提供的方法, 首先, 客户端通过向服务器发送只看图片的请求, 由服务 器对网页的内容进行分析, 将网页中的图片提取出来并返回给客户端, 客户端将图片集中 展示给用户, 使用户在仅关心网页中图片时, 可以更直接方便的浏览网页中的图片内容, 满足了用户仅观看图片的需求; 其次, 客户端获取用户终端的接入点类型, 并将该接入点 类型发送给服务器, 由服务器根据该接入点类型为该用户要浏览的网页提供相应类型的图 片, 可以满足不同接入点的图片浏览需求, 即为网络环境较好的客户端提供原始图片, 使 用户看图片更清晰, 为网络环境较差的客户端提供压縮后的图片, 使用户看图片更迅速; 最后, 客户端通过预读下一页的内容, 使用户浏览的更顺畅。 实施例四
参见图 4, 本发明实施例提供了一种客户端装置, 用于执行上述实施例一、 实施例二和 实施例三中客户端侧的方法步骤, 该客户端装置包括:
接收模块 401, 用于接收用户在浏览网页时触发的图片模式;
第一获取模块 402, 用于在接收模块 401接收用户触发的图片模式后, 获取该用户要浏 览的网页中的图片;
显示模块 403, 用于将第一获取模块 402获取的图片显示给该用户。
可选地,参见图 5,第一获取模块 402具体包括第一获取单元 402a和第二获取单元 402b, 或者, 参见图 6, 第一获取模块 402具体包括发送单元 402c和接收单元 402d; 其中,
第一获取单元 402a, 用于从服务器获取该用户要浏览的网页的内容;
第二获取单元 402b,用于根据第一获取单元 402a获取的网页内容中的图片标签从该网 页内容中获取图片;
发送单元 402c, 具体用于向服务器发送只看图片的请求, 以使得服务器接收到该请求 后, 根据图片标签从用户要浏览的网页内容中获取图片;
接收单元 402d, 具体用于接收服务器返回的图片。
可选地, 参见图 7, 该客户端装置还包括:
第二获取模块 404, 用于在第一获取模块 402获取该用户要浏览的网页中的图片之前, 获取用户终端的接入点类型;
发送模块 405, 用于将第二获取模块 404获取的接入点类型发送给服务器, 以使得服务 器根据该接入点类型为该用户要浏览的网页提供相应类型的图片。
可选地, 参见图 8, 该客户端装置还包括:
预读模块 406, 用于在显示模块 403将图片显示给用户之后, 预读该网页的下一页内容 中的图片。
综上所述, 本发明实施例通过对网页的内容进行分析, 将网页中的图片提取出来, 文 字过滤掉, 并将图片集中展示给用户, 使用户在仅关心网页中图片时, 可以更直接方便的 浏览网页中的图片内容, 满足了用户仅观看图片的需求; 其次, 客户端获取用户终端的接 入点类型, 并将该接入点类型发送给服务器, 由服务器根据该接入点类型为该用户要浏览 的网页提供相应类型的图片, 可以满足不同接入点的图片浏览需求, 即为网络环境较好的 客户端提供原始图片, 使用户看图片更清晰, 为网络环境较差的客户端提供压縮后的图片, 使用户看图片更迅速; 最后, 客户端通过预读下一页的内容, 使用户浏览的更顺畅。 需要说明的是: 上述实施例提供的客户端装置在浏览网页图片时, 仅以上述各功能模 块的划分进行举例说明, 实际应用中, 可以根据需要而将上述功能分配由不同的功能模块 完成, 即将客户端装置的内部结构划分成不同的功能模块, 以完成以上描述的全部或者部 分功能。 另外, 上述实施例提供的客户端装置与浏览网页图片的方法实施例属于同一构思, 其具体实现过程详见方法实施例, 这里不再赘述。
实施例五
本发明实施例提供了一种浏览网页图片的方法, 其中, 客户端为浏览器的客户端, 执 行主体为该浏览器的网页服务器。 本发明实施例中的浏览器可以是手机浏览器、 掌上电脑 浏览器等。 参见图 9, 方法流程包括:
901: 接收客户端上报的接入点类型;
902: 根据所述接入点类型为所述客户端要浏览的网页提供相应类型的图片。
可选地, 步骤 902 "根据所述接入点类型为所述客户端要浏览的网页提供相应类型的图 片", 包括:
判断所述接入点类型是否为预设的接入点类型, 如果是, 则为所述客户端要浏览的网 页提供原始图片, 否则, 为所述客户端要浏览的网页提供压縮后的图片。
可选地, 步骤 902 "根据所述接入点类型为所述客户端要浏览的网页提供相应类型的图 片", 之后包括:
当接收到所述客户端发送的只看图片的请求时, 根据图片标签从用户要浏览的网页内 容中获取图片; 向所述客户端发送获取的图片。
实施例六
参见图 10, 本发明实施例提供了一种网页服务器, 用于执行上述实施例五中网络侧的 方法步骤, 该网页服务器包括: 接收模块 1001, 用于接收客户端上报的接入点类型;
提供模块 1002, 用于根据所述接入点类型为所述客户端要浏览的网页提供相应类型的 图片。
可选地, 所述提供模块 1002包括:
判断单元, 用于判断所述接入点类型是否为预设的接入点类型;
当所述判断单元确定所述接入点类型是预设的接入点类型, 则为所述客户端要浏览的 网页提供原始图片;
当所述判断单元确定所述接入点类型不是预设的接入点类型, 为所述客户端要浏览的 网页提供压縮后的图片。
所述服务器还包括:
获取模块 1003, 用于当接收到所述客户端发送的只看图片的请求时, 根据图片标签从 用户要浏览的网页内容中获取图片;
发送模块 1004, 用于向所述客户端发送获取的图片。
本实施例还提供了一种网络系统, 参见图 11, 该系统包括:
客户端 A, 所述客户端包括所述客户端装置, 所述客户端装置用于接收用户在浏览网 页时触发的图片模式, 获取所述用户要浏览的网页中的图片, 将所述图片显示给所述用户; 网页服务器 B,用于接收所述客户端上报的接入点类型;根据所述接入点类型为所述客 户端要浏览的网页提供相应类型的图片。
上述本发明实施例序号仅仅为了描述, 不代表实施例的优劣。 本领域普通技术人员可以理解实现上述实施例的全部或部分步骤可以通过硬件来完 成, 也可以通过程序来指令相关的硬件完成, 所述的程序可以存储于一种计算机可读存储 介质中, 上述提到的存储介质可以是只读存储器, 磁盘或光盘等。 以上所述仅为本发明的较佳实施例, 并不用以限制本发明, 凡在本发明的精神和原则 之内, 所作的任何修改、 等同替换、 改进等, 均应包含在本发明的保护范围之内。

Claims

权 利 要 求 书
1、 一种浏览网页图片的方法, 其特征在于, 所述方法包括:
客户端接收用户在浏览网页时触发的图片模式;
获取所述用户要浏览的网页中的图片;
将所述图片显示给所述用户。
2、 根据权利要求 1所述的方法, 其特征在于, 获取所述用户要浏览的网页中的图片, 包 括:
所述客户端从服务器获取所述用户要浏览的网页的内容; 所述客户端根据所述网页内容 中的图片标签从所述网页内容中获取图片; 或者,
所述客户端向所述服务器发送只看图片的请求; 所述服务器接收到所述请求后, 根据图 片标签从所述用户要浏览的网页内容中获取图片; 所述服务器向所述客户端发送所述图片; 所述客户端接收所述服务器返回的所述图片。
3、根据权利要求 1或权利要求 2所述的方法, 其特征在于, 获取所述用户要浏览的网页 中的图片之前, 还包括:
所述客户端获取用户终端的接入点类型, 并将所述接入点类型发送给服务器; 所述服务器根据所述接入点类型为所述用户要浏览的网页提供相应类型的图片。
4、根据权利要求 3所述的方法, 其特征在于, 所述服务器根据所述接入点类型为所述用 户要浏览的网页提供相应类型的图片, 包括:
所述服务器判断所述接入点类型是否为预设的接入点类型, 如果是, 则为所述用户要浏 览的网页提供原始图片, 否则, 为所述用户要浏览的网页提供压縮后的图片。
5、根据权利要求 1所述的方法,其特征在于,将所述图片显示给所述用户之后,还包括: 所述客户端预读所述网页的下一页内容中的图片。
6、 一种客户端装置, 其特征在于, 所述客户端装置包括:
接收模块, 用于接收用户在浏览网页时触发的图片模式; 第一获取模块, 用于在所述接收模块接收用户触发的图片模式后, 获取所述用户要浏览 的网页中的图片;
显示模块, 用于将所述第一获取模块获取的图片显示给所述用户。
7、 根据权利要求 6所述的客户端装置, 其特征在于, 所述第一获取模块, 具体包括第一 获取单元和第二获取单元, 或者, 具体包括发送单元和接收单元;
所述第一获取单元, 用于从服务器获取所述用户要浏览的网页的内容;
所述第二获取单元, 用于根据所述第一获取单元获取的网页内容中的图片标签从所述网 页内容中获取图片;
所述发送单元, 具体用于向所述服务器发送只看图片的请求, 以使得所述服务器接收到 所述请求后, 根据图片标签从所述用户要浏览的网页内容中获取图片;
所述接收单元, 具体用于接收所述服务器返回的所述图片。
8、根据权利要求 6或权利要求 7所述的客户端装置, 其特征在于, 所述客户端装置还包 括:
第二获取模块, 用于在所述第一获取模块获取所述用户要浏览的网页中的图片之前, 获 取用户终端的接入点类型;
发送模块, 用于将所述第二获取模块获取的接入点类型发送给服务器, 以使得所述服务 器根据所述接入点类型为所述用户要浏览的网页提供相应类型的图片。
9、 根据权利要求 6所述的客户端装置, 其特征在于, 所述客户端装置还包括: 预读模块, 用于在所述显示模块将所述图片显示给所述用户之后, 预读所述网页的下一 页内容中的图片。
10、 一种浏览网页图片的方法, 其特征在于, 包括:
接收客户端上报的接入点类型;
根据所述接入点类型为所述客户端要浏览的网页提供相应类型的图片。
11、 根据权利要求 10所述的方法, 其特征在于, 根据所述接入点类型为所述客户端要浏 览的网页提供相应类型的图片, 包括: 判断所述接入点类型是否为预设的接入点类型, 如果是, 则为所述客户端要浏览的网页 提供原始图片, 否则, 为所述客户端要浏览的网页提供压縮后的图片。
12、根据权利要求 10所述的方法, 其特征在于, 根据所述接入点类型为所述客户端要浏 览的网页提供相应类型的图片, 之后包括:
当接收到所述客户端发送的只看图片的请求时, 根据图片标签从用户要浏览的网页内容 中获取图片;
向所述客户端发送获取的图片。
13、 一种网页服务器, 其特征在于, 包括:
接收模块, 用于接收客户端上报的接入点类型;
提供模块, 用于根据所述接入点类型为所述客户端要浏览的网页提供相应类型的图片。
14、 根据权利要求 13所述的服务器, 其特征在于, 所述提供模块包括:
判断单元, 用于判断所述接入点类型是否为预设的接入点类型;
当所述判断单元确定所述接入点类型是预设的接入点类型, 则为所述客户端要浏览的网 页提供原始图片;
当所述判断单元确定所述接入点类型不是预设的接入点类型, 为所述客户端要浏览的网 页提供压縮后的图片。
15、 根据权利要求 13所述的服务器, 其特征在于, 所述服务器还包括:
获取模块, 用于当接收到所述客户端发送的只看图片的请求时, 根据图片标签从用户要 浏览的网页内容中获取图片;
发送模块, 用于向所述客户端发送获取的图片。
16、 一种网络系统, 其特征在于, 包括:
客户端, 所述客户端包括所述客户端装置, 所述客户端装置用于接收用户在浏览网页时 触发的图片模式, 获取所述用户要浏览的网页中的图片, 将所述图片显示给所述用户; 网页服务器, 用于接收所述客户端上报的接入点类型; 根据所述接入点类型为所述客户 端要浏览的网页提供相应类型的图片。
PCT/CN2012/076707 2011-10-27 2012-06-11 浏览网页图片的方法及客户端装置 WO2013060144A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
IN864MUN2014 IN2014MN00864A (zh) 2011-10-27 2012-06-11
US14/261,291 US10015284B2 (en) 2011-10-27 2014-04-24 Method for browsing webpage picture and client device therefor

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110331362.5 2011-10-27
CN2011103313625A CN103092834A (zh) 2011-10-27 2011-10-27 浏览网页图片的方法及客户端装置

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/261,291 Continuation US10015284B2 (en) 2011-10-27 2014-04-24 Method for browsing webpage picture and client device therefor

Publications (1)

Publication Number Publication Date
WO2013060144A1 true WO2013060144A1 (zh) 2013-05-02

Family

ID=48167098

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/076707 WO2013060144A1 (zh) 2011-10-27 2012-06-11 浏览网页图片的方法及客户端装置

Country Status (4)

Country Link
US (1) US10015284B2 (zh)
CN (1) CN103092834A (zh)
IN (1) IN2014MN00864A (zh)
WO (1) WO2013060144A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110955790A (zh) * 2018-09-26 2020-04-03 Oppo广东移动通信有限公司 图片分类方法、装置、计算机可读存储介质及电子设备

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104426985B (zh) * 2013-09-06 2019-11-26 腾讯科技(深圳)有限公司 显示网页的方法、装置及系统
CN104731824B (zh) * 2013-12-24 2018-12-18 腾讯科技(深圳)有限公司 一种显示图片的方法及装置
CN106326223A (zh) * 2015-06-16 2017-01-11 广州市动景计算机科技有限公司 一种网页资源获取方法和装置
CN107145494A (zh) * 2016-03-01 2017-09-08 广州市动景计算机科技有限公司 一种浏览网页中缩略图的方法及装置
CN106791912B (zh) * 2016-12-28 2020-07-03 Tcl科技集团股份有限公司 一种海报图片匹配方法及系统
CN107276901A (zh) * 2017-05-27 2017-10-20 上海斐讯数据通信技术有限公司 集成应用程序的系统及方法及无线路由器及终端
CN111104620B (zh) * 2018-10-25 2023-06-09 阿里巴巴集团控股有限公司 网页浏览方法、服务器及系统

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101521854A (zh) * 2009-02-19 2009-09-02 万纳特科技(深圳)有限公司 一种利用移动终端浏览网络图片的方法
CN101707748A (zh) * 2009-11-24 2010-05-12 中兴通讯股份有限公司 图片适配方法和服务器
CN101860533A (zh) * 2010-05-26 2010-10-13 卓望数码技术(深圳)有限公司 一种基于c/s架构浏览器的数据传输方法及服务器
KR20110002918A (ko) * 2009-07-03 2011-01-11 주식회사 케이티 풀 브라우징 서비스의 이미지 압축률을 제어하기 위한 시스템 및 그 방법
CN102214211A (zh) * 2011-05-20 2011-10-12 广州市动景计算机科技有限公司 网页内容浏览方法、浏览装置及移动终端

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050055426A1 (en) * 2000-06-12 2005-03-10 Kim Smith System, method and computer program product that pre-caches content to provide timely information to a user
JP2005062991A (ja) * 2003-08-08 2005-03-10 Komatsu Ltd Webページ閲覧装置
CN1871600B (zh) * 2003-10-31 2012-11-21 株式会社爱可信 用于提交网页的方法和终端设备
US9805400B2 (en) * 2004-03-02 2017-10-31 Nokia Technologies Oy Downloading different versions of media files based on a type of download link
US7810049B2 (en) * 2005-09-26 2010-10-05 Novarra, Inc. System and method for web navigation using images
US20070112973A1 (en) * 2005-11-16 2007-05-17 Harris John M Pre-cached streaming content method and apparatus
US8682340B2 (en) * 2006-10-05 2014-03-25 Blackberry Limited Data retrieval method for location based services on a wireless device
US7640224B2 (en) * 2007-03-26 2009-12-29 International Business Machines Corporation Active sampling collaborative prediction method for end-to-end performance prediction
CN101287035A (zh) * 2008-05-23 2008-10-15 德信无线通讯科技(北京)有限公司 控制移动通信终端网页传输流量的方法及移动通信终端
CN101504648A (zh) * 2008-11-14 2009-08-12 北京搜狗科技发展有限公司 展现网页资源的方法及装置
US8892720B2 (en) * 2009-02-12 2014-11-18 Arcsoft, Inc. System and method for network optimization through predictive downloading
US20110103358A1 (en) * 2009-10-30 2011-05-05 Openwave Systems, Inc. Back-channeled packeted data
EP2497293A4 (en) * 2009-11-06 2013-06-05 Ericsson Telefon Ab L M METHOD AND APPARATUS FOR PREFERRED CACHE MEMORY IN A TELECOMMUNICATION SYSTEM
US8386621B2 (en) * 2010-03-12 2013-02-26 Netflix, Inc. Parallel streaming
CA2801269A1 (en) * 2010-06-11 2011-12-15 Blueprint Growth Institute, Inc. Electronic document delivery, display, updating and interaction systems and methods
EP3367252B1 (en) * 2010-07-26 2019-10-16 Seven Networks, LLC Context aware traffic management for resource conservation in a wireless network
US20120042264A1 (en) * 2010-08-11 2012-02-16 International Business Machines Corporation Configuring a policy for sharing browser history
CN103493116B (zh) * 2010-12-07 2016-06-29 谷歌公司 路线导引的方法和装置
US8725128B2 (en) * 2010-12-10 2014-05-13 Alcatel Lucent Pre-fetching of assets to user equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101521854A (zh) * 2009-02-19 2009-09-02 万纳特科技(深圳)有限公司 一种利用移动终端浏览网络图片的方法
KR20110002918A (ko) * 2009-07-03 2011-01-11 주식회사 케이티 풀 브라우징 서비스의 이미지 압축률을 제어하기 위한 시스템 및 그 방법
CN101707748A (zh) * 2009-11-24 2010-05-12 中兴通讯股份有限公司 图片适配方法和服务器
CN101860533A (zh) * 2010-05-26 2010-10-13 卓望数码技术(深圳)有限公司 一种基于c/s架构浏览器的数据传输方法及服务器
CN102214211A (zh) * 2011-05-20 2011-10-12 广州市动景计算机科技有限公司 网页内容浏览方法、浏览装置及移动终端

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110955790A (zh) * 2018-09-26 2020-04-03 Oppo广东移动通信有限公司 图片分类方法、装置、计算机可读存储介质及电子设备

Also Published As

Publication number Publication date
IN2014MN00864A (zh) 2015-04-17
US10015284B2 (en) 2018-07-03
US20140324954A1 (en) 2014-10-30
CN103092834A (zh) 2013-05-08

Similar Documents

Publication Publication Date Title
WO2013060144A1 (zh) 浏览网页图片的方法及客户端装置
CN103353886A (zh) 预览网页的方法及系统
US20100268694A1 (en) System and method for sharing web applications
US9571556B2 (en) Browser kernel adaptation method and browser therefor
US20140143071A1 (en) Method and apparatus for providing online advertisement
CN104426985B (zh) 显示网页的方法、装置及系统
WO2020192451A1 (en) Real-time picture projection method and apparatus of ar glasses screen, controller and medium
WO2007118424A1 (en) Web search on mobile devices
WO2012113176A1 (zh) 终端网页显示方法及系统
US10290026B2 (en) Advertisement snapshot recorder
WO2016107465A1 (zh) 一种卡片式桌面的实现方法、装置和系统
CN101025740A (zh) 图片搜索结果自动播放方法
CN108509589B (zh) 信息流展示方法及系统、计算机可读存储介质
US20110209046A1 (en) Optimizing web content display on an electronic mobile reader
WO2011097992A1 (zh) 实现网页访问的方法、系统及前端服务器
CN102916994A (zh) 一种页面浏览方法、服务器和终端
WO2012079378A1 (zh) 浏览网页的方法、装置、服务器和移动终端
EP2898433A1 (en) Method and apparatus for obtaining information
CN110889057A (zh) 业务数据可视化方法和业务对象可视化装置
CN105468746B (zh) 网页多媒体内容处理方法及装置
WO2012122771A1 (zh) 提供阅读服务的方法、内容提供服务器和系统
US20100049787A1 (en) Method of an internet service, system and data server therefor
JP2017062759A (ja) 携帯端末にプッシュ通知を行うための通知方法及び通知サーバ
CN113536166A (zh) 一种页面截图方法及装置
WO2017079893A1 (zh) 数据推送方法、系统及装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12842766

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC, FORM 1205A DATED 09-09-2014

122 Ep: pct application non-entry in european phase

Ref document number: 12842766

Country of ref document: EP

Kind code of ref document: A1