Doubts about web page paths_html/css_WEB-ITnose
There is such a href in the html code of tieba.baidu.com
http://tb1.bdstatic.com/??tb/static-common/style/tb_ui_484b2a0.css,tb/static-common/ style/tb_common_deca640.css"
How should I understand the ??tb here? Isn’t it true that the file name cannot contain question marks?
It is also tieba.baidu.com, and there is a
href ="http://tb1.bdstatic.com/??/tb/_/card_50e3a0c.css,/tb/_/flash_lcs_54b592f.css,/tb/_/new_message_system_7d56771.css,/tb/_/userbar_cd415fb.css, /tb/_/poptip_f0fdc70.css,/tb/_/new_2_index_61f65e7.css,/tb/_/suggestion_1060c9a.css,/tb/_/search_bright_b4b1908.css,/tb/_/slide_show_aad29db.css,/tb/_/ carousel_area_v2_e8870da.css,/tb/_/interest_num_v2_9e1e75a.css,/tb/_/shake_bear_1c76f32.css,/tb/_/left_floatlayer_0eb022c.css,/tb/_/ten_years_6aadb4f.css,/tb/_/card_ ba3865b.css,/ tb/_/js_pager_5be1e39.css,/tb/_/wallet_dialog_bbc5ccb.css,/tb/_/icons_f439ff0.css,/tb/_/tdou_cdb24f5.css,/tb/_/tcharge_dialog_d41d8cd.css,/tb/_/like_tip_d 5bf924 .css,/tb/_/icons_9fe1e32.css,/tb/_/member_api_b0a7606.css,/tb/_/tb_region_a83e55d.css,/tb/_/nameplate_1dd44c0.css,/tb/_/dialog_6ed86bb.css,/tb /_/join_vip_dialog_d72e4ed.css,/tb/_/cont_sign_card_1b553b8.css,/tb/_/sign_tip_0719cee.css,/tb/_/sign_mod_bright_e3d1c32.css"
How can I understand it if it is separated by commas? I have only seen a single The href of the address
I’m not very familiar with this area and I need some programming advice. I’d like some advice from experts
Reply to the discussion (solution)
The file name cannot contain question marks
but this is a url (the same resource location). The question mark indicates the beginning of the parameter
The file name cannot contain a question mark
but this is a url (Same resource positioning) is ok, the question mark indicates the beginning of the parameter
So what is the actual path of the css file in the first link?
He analyzed the CGI environment Variable QUERY_STRING
actually requires css
http://tb1.bdstatic.com/tb/static-common/style/tb_ui_484b2a0.css
http://tb1.bdstatic.com/tb/ The merged file of static-common/style/tb_common_deca640.css
By analyzing the CGI environment variable QUERY_STRING
, the css is actually
http://tb1.bdstatic .com/tb/static-common/style/tb_ui_484b2a0.css
http://tb1.bdstatic.com/tb/static-common/style/tb_common_deca640.css
Merged file
Do you mean that the super long href at the end points to the merge of N CSS files separated by commas?

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

AnexampleofastartingtaginHTMLis,whichbeginsaparagraph.StartingtagsareessentialinHTMLastheyinitiateelements,definetheirtypes,andarecrucialforstructuringwebpagesandconstructingtheDOM.

To achieve the effect of scattering and enlarging the surrounding images after clicking on the image, many web designs need to achieve an interactive effect: click on a certain image to make the surrounding...

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

The roles of HTML, CSS and JavaScript in web development are: 1. HTML defines the web page structure, 2. CSS controls the web page style, and 3. JavaScript adds dynamic behavior. Together, they build the framework, aesthetics and interactivity of modern websites.

The future of HTML is full of infinite possibilities. 1) New features and standards will include more semantic tags and the popularity of WebComponents. 2) The web design trend will continue to develop towards responsive and accessible design. 3) Performance optimization will improve the user experience through responsive image loading and lazy loading technologies.
