[default]
baseurl=
[internetshortcut]
url=
workingdirectory=
showcommand=
iconindex=
iconfile=
modified=
hotkey=
其中baseurl、url和workingdirectory這3項的含義是不言而明的。showcommand規定internet explorer啟動後視窗的初始狀態:7表示最小化,3表示最大化;如果沒有showcommand這一項的話則表示正常大小。
iconfile和iconindex用來為internet快捷方式指定圖示;如果你不想指定圖示,windows會使用預設的internet快捷方式圖示。
乙個簡單的internet快捷方式只需要在[internetshortcut]節中包含url項就可以了,例:
[internetshortcut]
url=
快捷方式的建立
更多專業前端知識,請上
【猿2048】www.mk2048.com
url檔案的格式
default baseurl internetshortcut url workingdirectory showcommand iconindex iconfile modified hotkey 其中baseurl url和workingdirectory這3項的含義是不言而明的。showco...
URL 檔案格式
url檔案實際上就是乙個ini檔案,結構也非常簡單。大家可以開啟記事本,建立乙個txt檔案,然後把副檔名改為 url 這個名字不能更改 url ftp檔案 ftp username password hostname port folders subfolders document type i 本...
URL格式解析
一 url格式 例如 http表示要通過http協議來定位網路資源。host 表示合法的網際網路主機網域名稱或者ip位址。port 用於表示在傳輸層上交換資訊的程序埠號,http協議預設埠號為80,當然採用不同的協議預設埠號不同。abs path 指定請求資源的uri 統一資源定位符 paramet...