HTML5常用的標籤總結

巴扎黑
發布: 2017-06-16 17:15:08
原創
1481 人瀏覽過

1、標籤:
作用:宣告是文件中的第一個成分,位於標籤之前。

2、標籤:
作用:此元素可告知瀏覽器其本身是HTML文件。
屬性:manifest:值(url)為離線使用定義快取資訊。

3、標籤:
作用:標籤用來定義文件的頭部,它是所有頭部元素的容器。
屬性:profile:值(URL)一個有空格分隔的URL列表,這些URL包含著有關頁面的元資料資訊。

4、標籤:<br>作用:元素可定義文件的標題。 <br>屬性:dir:值(rtl,ltr)規定元素中內容的文字方向。 <br>lang:值(language_code)規定元素中內容的語言代碼。 <br>xml:lang:值(language_code)規定XHTML文件中元素內容的語言代碼。 </p> <p>5、標籤:<body><br>作用:元素定義文檔的主體。 <br>屬性:alink:值(rgb(x,x,x),#xxxxxx,colorname)不贊成使用,請使用樣式取代它。規定文件中活動連結(active link)的顏色。 <br>background:值(URL)不贊成使用。請使用樣式取代它。規定文檔的<a href="http://www.php.cn/code/8294.html" target="_blank">背景圖像</a>。 <br>bgcolor:值(reb(x,x,x),#xxxxxx,colorname)不贊成使用。請使用樣式取代它。規定文件中的背景顏色。 <br>link:值(reb(x,x,x),#xxxxxx,colorname)不贊成使用。請使用樣式取代它。規定文件中未存取連結的預設顏色。 <br>text:值(reb(x,x,x),#xxxxxx,colorname)不贊成使用。請使用樣式取代它。規定文檔中所以文字的顏色。 <br>vlink:值(reb(x,x,x),#xxxxxx,colorname)不贊成使用。請使用樣式取代它。規定文件中已被存取連結的顏色。 </p> <p>6、標籤:<h1>到<h6>標籤<br>作用:<h1>-<h6>標籤了定義標題。 <h1>定義最大的標題,<h6>定義最小的標題。 <br>屬性:align:值(left,center,right,justify)不建議使用。請使用樣式取代它。規定標題中文字的排列。 </p> <p>7、標籤:<p><br>作用:標籤定義段落。 <br>屬性:align:值(left,center,right,justify)不建議使用。請使用樣式取代它。規定標題中文字的排列方式。 </p> <p>8、標籤:<br><br>作用:可插入一個簡單的換行符號。 <br>屬性:沒有可選屬性。 </p> <p>9、標籤:<hr><br>作用:標籤在HTML頁面建立一條水平線。 <br>屬性:align:值(center,left,right)不贊成使用。請使用樣式取代它。規定hr元素的對齊方式。 <br>noshade:值(noshade)不贊成使用。請使用樣式取代它。規定hr元素的顏色呈現為純色。 <br>size:值(pixels)不贊成使用。請使用樣式取代它。規定hr元素的高度(厚度)。 <br>width:值(pixels %)不贊成使用。請使用樣式取代它。規定hr元素的寬度。 </p> <p>10、標籤<!-- --><br>作用:註解標籤用於在來源文件中插入註解。 <br>屬性:沒有可選屬性。 </p> <p>11、標籤:<ul><br>作用:標籤定義無序列表。 <br>屬性:compact:值(compact)不贊成使用。請使用樣式取代它。規定清單呈現的效果比正常情況更小。 <br>type:值(disc,square,circle)不贊成使用。請使用樣式取代它。規定清單的項目符號的類型。 </p> <p>12、標籤:<ol><br>作用:標籤定義有序列表。 <br>屬性:compact:值(compact)HTML5 中不支援。 HTML4.01 中不贊成使用。規定清單呈現的效果比正常情況更小。 <br>reversed:值(reversed)規定清單順序為降序。 (9,8,7...)<br>start:值(number)規定有序列表的起始值。 <br>type:值(1,A,a,I,i)規定在清單中使用的標記類型。 </p> <p>13、標籤:<li><br>作用:標籤定義清單項目。 <li>標籤可使用在有序列表(<ol>)和無序列表(<ul>)中。 <br>屬性:type:值(A,a,I,i,1,disc,square,circle)不贊成使用。請使用樣式代替它。規定使用哪種項目符號。 <br>value:值(number)不贊成使用。請使用樣式代替它。規定列表項目的數字。 </p> <p>14、標籤:<dl><br>作用:標籤定義了定義清單。標籤用於結合<dt>(定義清單中的項目)和<dd>(描述清單中的項目)。 <br>屬性:沒有可選屬性。 </p> <p>15、標籤:<dt><br>作用:標籤定義了定義清單中的項目。 <br>屬性:沒有可選屬性。 </p> <p>16、標籤:<dd><br>作用:在定義清單中定義條目的定義部分。 <br>屬性:沒有可選屬性。 </p> <p>17、標籤:<a><br>作用:標籤定義超鏈接,用於從一張頁面鏈接到另一張頁面。 <a>元素最重要的屬性是href屬性,它指示連結的目標。 <br>屬性:charset:值(char_encoding)HTML5中不支援。規定被連結文件的字元集。 <br>coords:值(coordinates)HTML5中不支援。規定鏈接的座標。 <br>download:值(filename)規定被下載的超連結目標。 <br>href:值(URL)規定連結指向的頁面的URL。 <br>hreflang:值(language_code)規定被連結文檔的語言。 <br>media:值(media_query)規定被連結文件是為何種媒介/裝置最佳化的。 <br>name:值(section_name)HTML5中不支援。規定錨的名稱。 <br>rel:值(text)規定目前文件與被連結文件之間的關係。 <br>rev:值(text)HTML5中不支援。規定連結文件與目前文件之間的關係。 <br>shape:值(default,rect,circle,poly)HTML5中不支援。規定鏈接的形狀。 <br>target:值(_blank,_parent,_self,_top,framename)規定在何處開啟連結文件。 <br>type:值(MIME type)規定被連結文件的的MIME類型。 </p> <p>18、標籤:<nav><br>作用:標籤定義導覽連結的部分。 <br>屬性:沒有可選屬性。 </p> <p>19、標籤:<table><br>作用:標籤定義HTML表格。 <br>屬性:align:值(left,center,right)不贊成使用。請使用樣式代替。規定表格相對周圍元素的對齊方式。 <br>bgcolor:值(rgb(x,x,x),#xxxxxx,colorname)不贊成使用。請使用樣式代替。規定表格的背景顏色。 <br>border:值(pixels)規定表格邊框的寬度。 <br>cellpadding:值(pixels %)規定單元邊緣與其內容之間的空白。 <br>cellspacing:值(pixels %)規定儲存格之間的空白。 <br>frame:值(void,above,below,hsides,lhs,rhs,vsides,box,border)規定外側邊框的哪個部分是可見的。 <br>rules:值(none,groups,rows,cols,all)規定內側邊框的哪個部分是可見的。 <br>summar:值(text)規定表格的摘要。 <br>width:值(% pixels)規定表格的寬度。 </p> <p>20、標籤:<caption><br>作用:標籤定義表格的標題。 <caption>標籤必須直接放置到<table>標籤之後。 <br>屬性:align:值(left,right,top,bottom)不贊成使用。請使用樣式取而代之。規定標題的對齊方式。 </p> <p>21、標籤:<th>列<br>作用:定義表格內的表頭儲存格。 <th>元素內部的文字會呈現為居中的粗體文字。 <br>屬性:abbr:值(text)規定儲存格中內容的縮寫版本。 <br>align:值(left,right,center,justify,char)規定儲存格內容的水平對齊方式。 <br>axis:值(category_name)對儲存格進行分類。 <br>bgcolor:值(rgb(x,x,x),#xxxxxx,colorname)不建議使用。請使用樣式代替它。規定表格單元格的背景顏色。 <br>char:值(character)規定根據哪個字元來進行內容的對齊。 <br>charoff:值(number)規定對齊字元的偏移量。 <br>colspan:值(number)設定單元格可橫跨的列數。 <br>headers:值(idrefs)有空格分隔的表頭單元格ID列表,為資料單元格提供表頭資訊。 <br>height:值(pixels %)不建議使用。請使用樣式代替它。規定表格單元格的高度。 <br>nowrap:值(nowrap)不建議使用。請使用樣式替代它。規定儲存格中的內容是否折行。 <br>rowspan:值(number)規定儲存格可橫跨的行數。 <br>scope:值(col,colgroup,row,rowgroup)定義將表頭資料與單元資料相關聯的方法。 <br>valign:值(top,middle,bottom,baseline)規定單元格內容的垂直排列方式。 <br>width:值(pixels %)不建議使用。請使用樣式取而代之。規定表格單元格的寬度。 </p> <p>22、標籤:<tr>行<br>作用:標籤定義HTML表格中的行。 <br>屬性:align:值(right,left,center,justify,char)定義表格行的內容對齊方式。 <br>bgcolor:值(rgb(x,x,x)#xxxxxx,colorname)不贊成使用。請使用樣式取而代之。規定表格行的背景顏色。 <br>char:值(character)規定根據哪個字元來進行文字對齊。 <br>charoff:值(number)規定第一個對齊字元的偏移量。 <br>valign:值(top,middle,bottom,baseline)規定表格行內容。 </p> <p>23、標籤:<td>普通欄位<br>作用:標籤定義了定義清單中的項目。 td元素內的文字通常是左對齊。 <br>屬性:abbr:值(text)規定儲存格中內容的縮寫版本。 <br>align:值(left,right,center,justify,char)規定儲存格內容的水平對齊方式。 <br>axis:值(category_name)對單元進行分類。 <br>bgcolor:值(rgb(x,x,x),#xxxxxx,colorname)不贊成使用。請使用樣式取而代之。規定單元格的背景顏色。 <br>char:值(character)規定根據哪個字元來進行內容的對齊。 <br>charoff:值(number)規定對齊字元的偏移量。 <br>colspan:值(number)規定儲存格可橫跨的列數。 <br>headers:值(header_cells'_id)規定與儲存格相關的表頭。 <br>height:值(pixels %)不贊成使用。請使用樣式取而代之。規定表格單元格的高度。 <br>nowrap:值(nowrap)不贊成使用。請使用樣式取而代之。規定儲存格中的內容是否折行。 <br>rowspan:值(number)規定儲存格可橫跨的行數。 <br>scope:值(col,colgroup,row,rowgroup)定義將表頭資料與單元資料相關聯的方法。 <br>valign:值(top,middle,bottom,baseline)規定單元格內容的垂直排列方式。 <br>width:值(pixels %)不贊成使用。請使用樣式取而代之。規定表格單元格的寬度。 </p> <p>24、標籤:<img><br>作用:img元素向網頁中嵌入一幅圖片。 <br>屬性:必要的屬性:src屬性:值(URL)規定顯示圖像的URL和alt屬性:值(text)規定圖像的代替文字。 <br>可選屬性:align:值(top,bottom,middle,left,right)不建議使用。規定如何根據周圍的文字來排列圖像。 <br>border:值(pixels)不建議使用。定義影像周圍的邊框。 <br>height:值(pixels %)定義影像的高度。 <br>hspace:值(pixels)不建議使用,定義影像左側和右側的空白。 <br>ismap:值(URL)將映像定義為伺服器端影像映射。 <br>longdesc:值(URL)指向包含長的圖片描述文件的URL。 <br>usemap:值(URL)將映像定義為客戶器端映像映射。 <br>vspace:值(pixels)不建議使用。定義影像頂部和底部的空白。 <br>width:值(pixels %)設定影像的寬度。 </p> <p>25、標籤:<audio><br>作用:元素能夠播放聲音檔案或音訊串流。 <br>屬性:autoplay:值(autoplay)如果出現該屬性,則音訊在就緒後馬上播放。 <br>controls:值(controls)如果出現該屬性,則向使用者顯示控件,例如播放按鈕。 <br>loop:值(loop)如果出現該屬性,則每當音訊結束時重新開始播放。 <br>muted:值(muted)規定視訊輸出應該被靜音。 <br>preload:值(preload)如果出現該屬性,則音訊在頁面加載時進行加載,並預備播放,如果使用"autoplay",則忽略該屬性。 <br>src:值(url)要播放的音訊URL。 </p> <p>26、標籤<video><br>作用:HTML5規定了一種透過video元素來包含影片的標準方式。 <br>屬性:autoplay:值(autoplay)如果出現該屬性,則影片在就緒後馬上播放。 <br>controls:值(controls)如果出現該屬性,則向使用者顯示控件,例如播放按鈕。 <br>height:值(pixels)設定影片播放器的高度。 <br>loop:值(loop)如果出現該屬性,則當媒介檔案完成播放後再次開始播放。 <br>preload:值(preload)如果出現該屬性,則影片在頁面加載時進行加載,並預備播放。如果使用"autoplay",則忽略該屬性。 <br>src:值(url)要播放的影片的url。 <br>width:值(pixels)設定視訊播放器的寬度。 </p> <p>27、標籤<source><br>作用:標籤為媒介元素,定義媒介資源。 <br>屬性:media:值(media query)規定媒體資源的型別。 <br>src:值(url)規定媒體檔案的URL。 <br>type:值(numeric value)規定媒體資源的MIME型別。 </p> <p>28、標籤:<form><br>作用:標籤用於為使用者輸入建立HTML表單。 <br>屬性:accept:值(MIME_type)HTML5中不支援。 <br>accept-charset:值(charset_list)規定伺服器可處理的表單資料字元集。 <br>action:值(URL)規定提交表單時要向何處傳送表單資料。 <br>autocomplete:值(on,off)規定是否啟用表單的<a href="http://www.php.cn/code/6615.html" target="_blank">自動完成</a>功能。 <br>method:值(get,post)規定用來傳送form-data 的http方法。 <br>name:值(form_name)規定表單的名稱。 <br>target:值(_blank,_self,_parent,_top,foamename)規定在何處開啟 action URL。 </p> <p>29、標籤:<input><br>作用:標籤用來收集使用者資訊。 <br>屬性:accept:值(mime_type)規定透過<a href="http://www.php.cn/code/6649.html" target="_blank">檔案上傳</a>來提交的檔案的類型。 <br>align:值(left,right,top,middle,bottom)不贊成使用。規定影像輸入的對齊方式。 <br>alt:值(text)定義影像輸入的替代文字。 <br>autocomplete:值(on,off)規定是否使用輸入欄位的自動完成功能。 <br>autofocus:值(autofocus)規定輸入欄位在頁面載入時是否獲得焦點。 <br>checked:值(checked)規定此input元素首次載入時應被選取。 <br>disabled:值(disabled)當input元素載入時停用此元素。 <br>form:值(formname)規定輸入欄位所屬的一個或多個表單。 <br>formaction:值(url)覆寫表單的action屬性。 <br>height:值(pixels %)定義input欄位的高度。 <br>list:值(datalist-id)引用包含輸入欄位的預先定義選項的datalist。 <br>max:值(number,date)規定輸入欄位的最大值。 <br>maxlength:值(number)規定輸入欄位中的字元的最大長度。 <br>min:值(number,date)規定輸入欄位的最小值。 <br>name:值(field_name)定義input元素的名稱。 <br>readonly:值(readonly)規定輸入欄位為唯讀。 <br>size:值(number_of_char)定義輸入欄位的寬度。 <br>type:值(button,checkbox,file,hidden,image,password,radio,reset,submit,text)規定input元素的型別。 <br>value:值(value)規定input元素的值。 <br>width:值(pixels,%)定義input欄位的寬度。 </p> <p>30、標籤:<textarea><br>作用:標籤定義多行的文字輸入控制項。 <br>屬性:autofocus:值(autofocus)規定在頁面載入後文字區域自動取得焦點。 <br>cols:值(number)規定文字區內的可見寬度。 <br>disabled:值(disabled)規定停用該文字區。 <br>form:值(form_id)規定文字區域所屬的一個或多個表單。 <br>maxlength:值(number)規定文字區域的最大字元數。 <br>name:值(name_of_textarea)規定文字區的名稱。 <br>placeholder:值(text)規定描述文字區域預期值的簡短提示。 <br>readonly:值(readonly)規定文字區為唯讀。 <br>rows:值(number)規定文字區域的可見行數。 </p> <p>31、標籤:<button><br>作用:標籤定義一個按鈕。 <br>屬性:disabled:值(disabled)規定應該禁用該按鈕。 <br>form:值(form_name)規定按鈕屬於一個或多個表單。 <br>name:值(button_name)規定按鈕的名稱。 <br>type:值(button,reset,submit)規定按鈕的類型。 <br>value:值(text)規定按鈕的初始值。 </p> <p>32、標籤:<select><br>作用:元素可建立單選或多選選單。 <br>屬性:data:值(url)供自動<a href="http://www.php.cn/code/5336.html" target="_blank">插入資料</a>。 <br>disabled:值(true,false)當該屬性為true時,會停用該選單。 <br>form:值(true,false)定義select欄位所屬的一個或多個表單。 <br>multiple:值(true,false)當該屬性為true時,規定可一次選定多個項目。 <br>name:值(unique_name)定義<a href="http://www.php.cn/code/7266.html" target="_blank">下拉清單</a>的唯一識別碼。 <br>size:值(number)定義選單中可見項目的數目。不支援</p> <p>33、標籤:<optgroup><br>作用:標籤定義選項組。 <br>屬性:label:值(text)為選項組規定描述。 <br>disabled:值(disabled)規定停用該選項組。 </p> <p>34、標籤:<option><br>作用:元素定義下拉清單中的一個選項。 <br>屬性:disabled:值(disabled)規定次選項應在首次載入時被停用。 <br>label:值(text)定義使用<optgroup>時所使用的標註。 <br>selected:值(selected)規定選項表現為選取狀態。 <br>value:值(text)定義送到伺服器的選項值。 </p> <p>35、標籤:表單域<br>{<br>  單行文字域:<input type="text" /><br>  密碼文字域:<input type="password" / ><br>  <a href="http://www.php.cn/code/5979.html" target="_blank">單選按鈕</a>:<input type="radio" /><br>  多選按鈕:<input type="checkbox" /><br>  隱藏域: <input type="hidden" /><br>  提交按鈕:<input type="submit" /><br>  重置按鈕:<input type="reset" /><br>  自重 自定義按鈕:<input type="button" /><br>  檔案上傳:<input type="file"/><br>  多行文字域:<textarea /><br> 下拉清單清單域:<select /><br>}</p> <p> </p> <p>#註:可能不是很齊全,但基本上都是一些常用的。 </p><p>以上是HTML5常用的標籤總結的詳細內容。更多資訊請關注PHP中文網其他相關文章!</p> </div> </div> <div style="height: 25px;"> <div class="wzconBq" style="display: inline-flex;"> <span>相關標籤:</span> <div class="wzcbqd"> <a onclick="hits_log(2,'www',this);" href-data="http://www.php.cn/zh-tw/search?word=h5" target="_blank">h5</a> <a onclick="hits_log(2,'www',this);" href-data="http://www.php.cn/zh-tw/search?word=html5" target="_blank">html5</a> <a onclick="hits_log(2,'www',this);" href-data="http://www.php.cn/zh-tw/search?word=總結" target="_blank">總結</a> <a onclick="hits_log(2,'www',this);" href-data="http://www.php.cn/zh-tw/search?word=標籤" target="_blank">標籤</a> <a onclick="hits_log(2,'www',this);" href-data="http://www.php.cn/zh-tw/search?word=用的" target="_blank">用的</a> </div> </div> <div style="display: inline-flex;float: right; color:#333333;">來源:php.cn</div> </div> <div class="wzconOtherwz"> <a href="http://www.php.cn/zh-tw/faq/367599.html" title="史上最全的標籤總結大全"> <span>上一篇:史上最全的標籤總結大全</span> </a> <a href="http://www.php.cn/zh-tw/faq/367601.html" title="html事件屬性的基本知識詳細介紹"> <span>下一篇:html事件屬性的基本知識詳細介紹</span> </a> </div> <div class="wzconShengming"> <div class="bzsmdiv">本網站聲明</div> <div>本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn</div> </div> <div class="wwads-cn wwads-horizontal" data-id="156" style="max-width:955px"></div> <div class="wzconZzwz"> <div class="wzconZzwztitle">作者最新文章</div> <ul> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/zh-tw/faq/375959.html">如何為php數組添加元素</a> </div> <div>2023-03-14 15:58:02</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/zh-tw/faq/377752.html">實例展示JS實現簡單的選擇題測評系統</a> </div> <div>1970-01-01 08:00:00</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/zh-tw/faq/376780.html">PHP限制相同IP多次提交的解決辦法</a> </div> <div>2023-03-15 07:38:01</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/zh-tw/faq/362217.html">HTML中以正規表示式實作表格驗證</a> </div> <div>1970-01-01 08:00:00</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/zh-tw/faq/379000.html">有關JavaScript嚴格模式下this的指向問題詳解</a> </div> <div>1970-01-01 08:00:00</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/zh-tw/faq/377851.html">Java建構樹狀選單(包含多層選單)的實例程式碼</a> </div> <div>1970-01-01 08:00:00</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/zh-tw/faq/376633.html">CSS3實現hover離開時平滑過渡的實例詳解</a> </div> <div>1970-01-01 08:00:00</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/zh-tw/faq/370599.html">Swiper輪播圖原始碼分享解析</a> </div> <div>1970-01-01 08:00:00</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/zh-tw/faq/378766.html">總結整理VsCode插件</a> </div> <div>1970-01-01 08:00:00</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="http://www.php.cn/zh-tw/faq/373935.html">HttpUtils請求工具類別的程式碼</a> </div> <div>1970-01-01 08:00:00</div> </li> </ul> </div> <div class="wzconZzwz"> <div class="wzconZzwztitle">最新問題</div> <div class="wdsyContent"> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="http://www.php.cn/zh-tw/wenda/176344.html" target="_blank" title="如何讓我的圖像顯示在頁面的主顯示幕上?" class="wdcdcTitle">如何讓我的圖像顯示在頁面的主顯示幕上?</a> <a href="http://www.php.cn/zh-tw/wenda/176344.html" class="wdcdcCons">我想做的是使用NASAAPI接收一些照片。然後在我的網頁的縮圖和主顯示屏上顯示這些照片。我只是弄清楚為什麼程式碼不從縮圖中獲取圖像並將其顯示在頁面上。我還使用HTML5以上版本的模...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> 來自於 2024-04-06 15:33:12</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>1</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>433</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="http://www.php.cn/zh-tw/wenda/176282.html" target="_blank" title="PDF檔案能夠運行HTML5和Javascript嗎?" class="wdcdcTitle">PDF檔案能夠運行HTML5和Javascript嗎?</a> <a href="http://www.php.cn/zh-tw/wenda/176282.html" class="wdcdcCons">我有一個愚蠢的想法,想嘗試製作一個在任何計算機上都不會被阻止的程序,因為它將嵌入在PDF中(我聽說Javascript可以在PDF中運行)。它將在PDF檔案中運行HTML5和Jav...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> 來自於 2024-04-05 12:57:00</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>1</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>456</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="http://www.php.cn/zh-tw/wenda/175892.html" target="_blank" title="HTML5中的enctype和formenctype有什麼差別?" class="wdcdcTitle">HTML5中的enctype和formenctype有什麼差別?</a> <a href="http://www.php.cn/zh-tw/wenda/175892.html" class="wdcdcCons">我只是想知道HTMLLivingStandard(又稱新的HTML5規範)中的屬性enctype和formenctype之間有什麼區別?我一直在閱讀《開發人員的HTML標準》,但似...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> 來自於 2024-04-02 11:47:56</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>1</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>275</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="http://www.php.cn/zh-tw/wenda/175834.html" target="_blank" title="使頁面適合行動裝置嗎?" class="wdcdcTitle">使頁面適合行動裝置嗎?</a> <a href="http://www.php.cn/zh-tw/wenda/175834.html" class="wdcdcCons">我有很多網頁和一些網站。問題是,我是一個初學者。我使用基本的html5和css3,但我不知道如何使它們放大、縮小並且適合行動裝置。例如,這是我的頁面之一和我的網站之一,您可以在其中...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> 來自於 2024-04-01 20:42:38</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>1</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>259</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> </div> </div> <div class="wzconZt" > <div class="wzczt-title"> <div>相關專題</div> <a href="http://www.php.cn/zh-tw/faq/zt" target="_blank">更多> </a> </div> <div class="wzcttlist"> <ul> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/zh-tw/faq/hssm"><img src="https://img.php.cn/upload/subject/202407/22/2024072214263480780.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="h5是什麼" /> </a> <a target="_blank" href="http://www.php.cn/zh-tw/faq/hssm" class="title-a-spanl" title="h5是什麼"><span>h5是什麼</span> </a> </li> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/zh-tw/faq/html5dhzzynxz"><img src="https://img.php.cn/upload/subject/202407/22/2024072213560284279.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="html5動畫製作有哪些製作方法" /> </a> <a target="_blank" href="http://www.php.cn/zh-tw/faq/html5dhzzynxz" class="title-a-spanl" title="html5動畫製作有哪些製作方法"><span>html5動畫製作有哪些製作方法</span> </a> </li> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/zh-tw/faq/htmlyhtmldeqb"><img src="https://img.php.cn/upload/subject/202407/22/2024072212284445490.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="HTML與HTML5的差別" /> </a> <a target="_blank" href="http://www.php.cn/zh-tw/faq/htmlyhtmldeqb" class="title-a-spanl" title="HTML與HTML5的差別"><span>HTML與HTML5的差別</span> </a> </li> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/zh-tw/faq/h5zmsxwebdxsh"><img src="https://img.php.cn/upload/subject/202407/22/2024072212263657970.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="h5實作web端向上滑動載入下一頁的方法" /> </a> <a target="_blank" href="http://www.php.cn/zh-tw/faq/h5zmsxwebdxsh" class="title-a-spanl" title="h5實作web端向上滑動載入下一頁的方法"><span>h5實作web端向上滑動載入下一頁的方法</span> </a> </li> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/zh-tw/faq/pszmbbjbtm"><img src="https://img.php.cn/upload/subject/202407/22/2024072214201095116.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="ps怎麼把背景變透明" /> </a> <a target="_blank" href="http://www.php.cn/zh-tw/faq/pszmbbjbtm" class="title-a-spanl" title="ps怎麼把背景變透明"><span>ps怎麼把背景變透明</span> </a> </li> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/zh-tw/faq/dnywdllqdbkwy"><img src="https://img.php.cn/upload/subject/202407/22/2024072214282764498.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="電腦有網但瀏覽器打不開網頁" /> </a> <a target="_blank" href="http://www.php.cn/zh-tw/faq/dnywdllqdbkwy" class="title-a-spanl" title="電腦有網但瀏覽器打不開網頁"><span>電腦有網但瀏覽器打不開網頁</span> </a> </li> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/zh-tw/faq/jthspths"><img src="https://img.php.cn/upload/subject/202407/22/2024072214084441640.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="箭頭函數和普通函數的區別" /> </a> <a target="_blank" href="http://www.php.cn/zh-tw/faq/jthspths" class="title-a-spanl" title="箭頭函數和普通函數的區別"><span>箭頭函數和普通函數的區別</span> </a> </li> <li class="ul-li"> <a target="_blank" href="http://www.php.cn/zh-tw/faq/excelcfx"><img src="https://img.php.cn/upload/subject/202407/22/2024072214280640743.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="excel重複項篩選標色" /> </a> <a target="_blank" href="http://www.php.cn/zh-tw/faq/excelcfx" class="title-a-spanl" title="excel重複項篩選標色"><span>excel重複項篩選標色</span> </a> </li> </ul> </div> </div> </div> </div> <div class="phpwzright"> <div class="wzrOne"> <div class="wzroTitle">熱門推薦</div> <div class="wzroList"> <ul> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="url是什麼意思?" href="http://www.php.cn/zh-tw/faq/418772.html">url是什麼意思?</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="DOM是什麼意思" href="http://www.php.cn/zh-tw/faq/414303.html">DOM是什麼意思</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="如何改變圖片大小" href="http://www.php.cn/zh-tw/faq/414252.html">如何改變圖片大小</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="HTML中如何將字型加粗" href="http://www.php.cn/zh-tw/faq/414520.html">HTML中如何將字型加粗</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="html圖片大小如何設定" href="http://www.php.cn/zh-tw/faq/475145.html">html圖片大小如何設定</a> </div> </li> </ul> </div> </div> <script src="https://sw.php.cn/hezuo/cac1399ab368127f9b113b14eb3316d0.js" type="text/javascript"></script> <div class="wzrThree"> <div class="wzrthree-title"> <div>熱門教學</div> <a target="_blank" href="http://www.php.cn/zh-tw/course.html">更多> </a> </div> <div class="wzrthreelist swiper2"> <div class="wzrthreeTab swiper-wrapper"> <div class="check tabdiv swiper-slide" data-id="one">相關教學 <div></div></div> <div class="tabdiv swiper-slide" data-id="two">熱門推薦<div></div></div> <div class="tabdiv swiper-slide" data-id="three">最新課程<div></div></div> </div> <ul class="one"> <li> <a target="_blank" href="http://www.php.cn/zh-tw/course/812.html" title="最新ThinkPHP 5.1全球首發影片教學(60天成就PHP大牛線上訓練課程)" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/041/620debc3eab3f377.jpg" alt="最新ThinkPHP 5.1全球首發影片教學(60天成就PHP大牛線上訓練課程)"/> </a> <div class="wzrthree-right"> <a target="_blank" title="最新ThinkPHP 5.1全球首發影片教學(60天成就PHP大牛線上訓練課程)" href="http://www.php.cn/zh-tw/course/812.html">最新ThinkPHP 5.1全球首發影片教學(60天成就PHP大牛線上訓練課程)</a> <div class="wzrthreerb"> <div>1414767 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="812"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/zh-tw/course/74.html" title="php入門教程之一週學會PHP" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/6253d1e28ef5c345.png" alt="php入門教程之一週學會PHP"/> </a> <div class="wzrthree-right"> <a target="_blank" title="php入門教程之一週學會PHP" href="http://www.php.cn/zh-tw/course/74.html">php入門教程之一週學會PHP</a> <div class="wzrthreerb"> <div>4252875 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="74"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/zh-tw/course/286.html" title="JAVA 初級入門影片教學" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a2bacfd9379.png" alt="JAVA 初級入門影片教學"/> </a> <div class="wzrthree-right"> <a target="_blank" title="JAVA 初級入門影片教學" href="http://www.php.cn/zh-tw/course/286.html">JAVA 初級入門影片教學</a> <div class="wzrthreerb"> <div>2460543 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="286"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/zh-tw/course/504.html" title="小甲魚零基礎入門學習Python影片教學" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a67ce3a6655.png" alt="小甲魚零基礎入門學習Python影片教學"/> </a> <div class="wzrthree-right"> <a target="_blank" title="小甲魚零基礎入門學習Python影片教學" href="http://www.php.cn/zh-tw/course/504.html">小甲魚零基礎入門學習Python影片教學</a> <div class="wzrthreerb"> <div>502515 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="504"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/zh-tw/course/2.html" title="PHP 零基礎入門教學" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/6253de27bc161468.png" alt="PHP 零基礎入門教學"/> </a> <div class="wzrthree-right"> <a target="_blank" title="PHP 零基礎入門教學" href="http://www.php.cn/zh-tw/course/2.html">PHP 零基礎入門教學</a> <div class="wzrthreerb"> <div>842561 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="2"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> <ul class="two" style="display: none;"> <li> <a target="_blank" href="http://www.php.cn/zh-tw/course/812.html" title="最新ThinkPHP 5.1全球首發影片教學(60天成就PHP大牛線上訓練課程)" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/041/620debc3eab3f377.jpg" alt="最新ThinkPHP 5.1全球首發影片教學(60天成就PHP大牛線上訓練課程)"/> </a> <div class="wzrthree-right"> <a target="_blank" title="最新ThinkPHP 5.1全球首發影片教學(60天成就PHP大牛線上訓練課程)" href="http://www.php.cn/zh-tw/course/812.html">最新ThinkPHP 5.1全球首發影片教學(60天成就PHP大牛線上訓練課程)</a> <div class="wzrthreerb"> <div >1414767次學習</div> <div class="courseICollection" data-id="812"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/zh-tw/course/286.html" title="JAVA 初級入門影片教學" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a2bacfd9379.png" alt="JAVA 初級入門影片教學"/> </a> <div class="wzrthree-right"> <a target="_blank" title="JAVA 初級入門影片教學" href="http://www.php.cn/zh-tw/course/286.html">JAVA 初級入門影片教學</a> <div class="wzrthreerb"> <div >2460543次學習</div> <div class="courseICollection" data-id="286"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/zh-tw/course/504.html" title="小甲魚零基礎入門學習Python影片教學" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a67ce3a6655.png" alt="小甲魚零基礎入門學習Python影片教學"/> </a> <div class="wzrthree-right"> <a target="_blank" title="小甲魚零基礎入門學習Python影片教學" href="http://www.php.cn/zh-tw/course/504.html">小甲魚零基礎入門學習Python影片教學</a> <div class="wzrthreerb"> <div >502515次學習</div> <div class="courseICollection" data-id="504"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/zh-tw/course/901.html" title="Web前端開發極速入門" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/64be28a53a4f6310.png" alt="Web前端開發極速入門"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Web前端開發極速入門" href="http://www.php.cn/zh-tw/course/901.html">Web前端開發極速入門</a> <div class="wzrthreerb"> <div >215149次學習</div> <div class="courseICollection" data-id="901"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/zh-tw/course/234.html" title="零基礎精通 PS 影片教學" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62611f57ed0d4840.jpg" alt="零基礎精通 PS 影片教學"/> </a> <div class="wzrthree-right"> <a target="_blank" title="零基礎精通 PS 影片教學" href="http://www.php.cn/zh-tw/course/234.html">零基礎精通 PS 影片教學</a> <div class="wzrthreerb"> <div >872626次學習</div> <div class="courseICollection" data-id="234"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> <ul class="three" style="display: none;"> <li> <a target="_blank" href="http://www.php.cn/zh-tw/course/1648.html" title="【web前端】Node.js快速入門" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662b5d34ba7c0227.png" alt="【web前端】Node.js快速入門"/> </a> <div class="wzrthree-right"> <a target="_blank" title="【web前端】Node.js快速入門" href="http://www.php.cn/zh-tw/course/1648.html">【web前端】Node.js快速入門</a> <div class="wzrthreerb"> <div >6086次學習</div> <div class="courseICollection" data-id="1648"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/zh-tw/course/1647.html" title="國外Web開發全端課程全集" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/6628cc96e310c937.png" alt="國外Web開發全端課程全集"/> </a> <div class="wzrthree-right"> <a target="_blank" title="國外Web開發全端課程全集" href="http://www.php.cn/zh-tw/course/1647.html">國外Web開發全端課程全集</a> <div class="wzrthreerb"> <div >4635次學習</div> <div class="courseICollection" data-id="1647"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/zh-tw/course/1646.html" title="Go語言實戰之 GraphQL" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662221173504a436.png" alt="Go語言實戰之 GraphQL"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Go語言實戰之 GraphQL" href="http://www.php.cn/zh-tw/course/1646.html">Go語言實戰之 GraphQL</a> <div class="wzrthreerb"> <div >3996次學習</div> <div class="courseICollection" data-id="1646"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/zh-tw/course/1645.html" title="550W粉絲大佬手把手從零學JavaScript" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662077e163124646.png" alt="550W粉絲大佬手把手從零學JavaScript"/> </a> <div class="wzrthree-right"> <a target="_blank" title="550W粉絲大佬手把手從零學JavaScript" href="http://www.php.cn/zh-tw/course/1645.html">550W粉絲大佬手把手從零學JavaScript</a> <div class="wzrthreerb"> <div >595次學習</div> <div class="courseICollection" data-id="1645"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="http://www.php.cn/zh-tw/course/1644.html" title="python大神Mosh,零基礎小白6小時完全入門" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/6616418ca80b8916.png" alt="python大神Mosh,零基礎小白6小時完全入門"/> </a> <div class="wzrthree-right"> <a target="_blank" title="python大神Mosh,零基礎小白6小時完全入門" href="http://www.php.cn/zh-tw/course/1644.html">python大神Mosh,零基礎小白6小時完全入門</a> <div class="wzrthreerb"> <div >20372次學習</div> <div class="courseICollection" data-id="1644"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> </div> <script> var mySwiper = new Swiper('.swiper2', { autoplay: false,//可选选项,自动滑动 slidesPerView : 'auto', }) $('.wzrthreeTab>div').click(function(e){ $('.wzrthreeTab>div').removeClass('check') $(this).addClass('check') $('.wzrthreelist>ul').css('display','none') $('.'+e.currentTarget.dataset.id).show() }) </script> </div> <div class="wzrFour"> <div class="wzrfour-title"> <div>最新下載</div> <a href="http://www.php.cn/zh-tw/xiazai">更多> </a> </div> <script> $(document).ready(function(){ var sjyx_banSwiper = new Swiper(".sjyx_banSwiperwz",{ speed:1000, autoplay:{ delay:3500, disableOnInteraction: false, }, pagination:{ el:'.sjyx_banSwiperwz .swiper-pagination', clickable :false, }, loop:true }) }) </script> <div class="wzrfourList swiper3"> <div class="wzrfourlTab swiper-wrapper"> <div class="check swiper-slide" data-id="onef">網站特效 <div></div></div> <div class="swiper-slide" data-id="twof">網站源碼<div></div></div> <div class="swiper-slide" data-id="threef">網站素材<div></div></div> <div class="swiper-slide" data-id="fourf">前端模板<div></div></div> </div> <ul class="onef"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery企業留言表單聯絡程式碼" href="http://www.php.cn/zh-tw/xiazai/js/8071">[表單按鈕] jQuery企業留言表單聯絡程式碼</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="HTML5 MP3音樂盒播放特效" href="http://www.php.cn/zh-tw/xiazai/js/8070">[播放器特效] HTML5 MP3音樂盒播放特效</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="HTML5酷炫粒子動畫導覽選單特效" href="http://www.php.cn/zh-tw/xiazai/js/8069">[選單導航] HTML5酷炫粒子動畫導覽選單特效</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery可視化表單拖曳編輯程式碼" href="http://www.php.cn/zh-tw/xiazai/js/8068">[表單按鈕] jQuery可視化表單拖曳編輯程式碼</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="VUE.JS仿酷狗音樂播放器代碼" href="http://www.php.cn/zh-tw/xiazai/js/8067">[播放器特效] VUE.JS仿酷狗音樂播放器代碼</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="經典html5推箱子小遊戲" href="http://www.php.cn/zh-tw/xiazai/js/8066">[html5特效] 經典html5推箱子小遊戲</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery滾動添加或減少圖片特效" href="http://www.php.cn/zh-tw/xiazai/js/8065">[圖片特效] jQuery滾動添加或減少圖片特效</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="CSS3個人相簿封面懸停放大特效" href="http://www.php.cn/zh-tw/xiazai/js/8064">[相簿特效] CSS3個人相簿封面懸停放大特效</a> </div> </li> </ul> <ul class="twof" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8328" title="家居裝潢清潔維修服務公司網站模板" target="_blank">[前端模板] 家居裝潢清潔維修服務公司網站模板</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8327" title="清新配色個人求職履歷引導頁模板" target="_blank">[前端模板] 清新配色個人求職履歷引導頁模板</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8326" title="設計師創意求職履歷網頁模板" target="_blank">[前端模板] 設計師創意求職履歷網頁模板</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8325" title="現代工程建築公司網站模板" target="_blank">[前端模板] 現代工程建築公司網站模板</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8324" title="教育服務機構響應式HTML5模板" target="_blank">[前端模板] 教育服務機構響應式HTML5模板</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8323" title="網上電子書店商城網站模板" target="_blank">[前端模板] 網上電子書店商城網站模板</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8322" title="IT技術解決互聯網公司網站模板" target="_blank">[前端模板] IT技術解決互聯網公司網站模板</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8321" title="紫色風格外匯交易服務網站模板" target="_blank">[前端模板] 紫色風格外匯交易服務網站模板</a> </div> </li> </ul> <ul class="threef" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/sucai/3078" target="_blank" title="可愛的夏天元素向量素材(EPS+PNG)">[PNG素材] 可愛的夏天元素向量素材(EPS+PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/sucai/3077" target="_blank" title="四個紅色的 2023 畢業徽章的向量素材(AI+EPS+PNG)">[PNG素材] 四個紅色的 2023 畢業徽章的向量素材(AI+EPS+PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/sucai/3076" target="_blank" title="唱歌的小鳥和裝滿花朵的推車設計春天banner向量素材(AI+EPS)">[banner圖] 唱歌的小鳥和裝滿花朵的推車設計春天banner向量素材(AI+EPS)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/sucai/3075" target="_blank" title="金色的畢業帽向量素材(EPS+PNG)">[PNG素材] 金色的畢業帽向量素材(EPS+PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/sucai/3074" target="_blank" title="黑白風格的山脈圖示向量素材(EPS+PNG)">[PNG素材] 黑白風格的山脈圖示向量素材(EPS+PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/sucai/3073" target="_blank" title="不同顏色披風和不同姿勢的超級英雄剪影向量素材(EPS+PNG)">[PNG素材] 不同顏色披風和不同姿勢的超級英雄剪影向量素材(EPS+PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/sucai/3072" target="_blank" title="扁平風格的植樹節banner向量素材(AI+EPS)">[banner圖] 扁平風格的植樹節banner向量素材(AI+EPS)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/sucai/3071" target="_blank" title="九種漫畫風格的爆炸聊天氣泡向量素材(EPS+PNG)">[PNG素材] 九種漫畫風格的爆炸聊天氣泡向量素材(EPS+PNG)</a> </div> </li> </ul> <ul class="fourf" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8328" target="_blank" title="家居裝潢清潔維修服務公司網站模板">[前端模板] 家居裝潢清潔維修服務公司網站模板</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8327" target="_blank" title="清新配色個人求職履歷引導頁模板">[前端模板] 清新配色個人求職履歷引導頁模板</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8326" target="_blank" title="設計師創意求職履歷網頁模板">[前端模板] 設計師創意求職履歷網頁模板</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8325" target="_blank" title="現代工程建築公司網站模板">[前端模板] 現代工程建築公司網站模板</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8324" target="_blank" title="教育服務機構響應式HTML5模板">[前端模板] 教育服務機構響應式HTML5模板</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8323" target="_blank" title="網上電子書店商城網站模板">[前端模板] 網上電子書店商城網站模板</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8322" target="_blank" title="IT技術解決互聯網公司網站模板">[前端模板] IT技術解決互聯網公司網站模板</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="http://www.php.cn/zh-tw/xiazai/code/8321" target="_blank" title="紫色風格外匯交易服務網站模板">[前端模板] 紫色風格外匯交易服務網站模板</a> </div> </li> </ul> </div> <script> var mySwiper = new Swiper('.swiper3', { autoplay: false,//可选选项,自动滑动 slidesPerView : 'auto', }) $('.wzrfourlTab>div').click(function(e){ $('.wzrfourlTab>div').removeClass('check') $(this).addClass('check') $('.wzrfourList>ul').css('display','none') $('.'+e.currentTarget.dataset.id).show() }) </script> </div> </div> </div> <div class="phpFoot"> <div class="phpFootIn"> <div class="phpFootCont"> <div class="phpFootLeft"> <dl> <dt> <a href="http://www.php.cn/zh-tw/about/xieyi.html" rel="nofollow" target="_blank" title="關於我們" class="cBlack">關於我們</a> <a href="http://www.php.cn/zh-tw/about/yinsi.html" rel="nofollow" target="_blank" title="免責聲明" class="cBlack">免責聲明</a> <a href="http://www.php.cn/zh-tw/update/article_0_1.html" target="_blank" title="Sitemap" class="cBlack">Sitemap</a> <div class="clear"></div> </dt> <dd class="cont1">PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!</dd> </dl> </div> </div> </div> </div> <input type="hidden" id="verifycode" value="/captcha.html"> <script>layui.use(['element', 'carousel'], function () {var element = layui.element;$ = layui.jquery;var carousel = layui.carousel;carousel.render({elem: '#test1', width: '100%', height: '330px', arrow: 'always'});$.getScript('/static/js/jquery.lazyload.min.js', function () {$("img").lazyload({placeholder: "/static/images/load.jpg", effect: "fadeIn", threshold: 200, skip_invisible: false});});});</script> <script src="/static/js/common_new.js"></script> <script type="text/javascript" src="/static/js/jquery.cookie.js?1729586555"></script> <script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script> <link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' type='text/css' media='all'/> <script type='text/javascript' src='/static/js/viewer.min.js?1'></script> <script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script> <script type="text/javascript" src="/static/js/global.min.js?5.5.53"></script> </body> </html>