App下載

詞條

大約有 8,000 項符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,250 項。(搜索耗時:0.0493秒)

4681.window屬性:onselect

...indow.onselect = funcRef ;funcRef是一個函數(shù)。onselect屬性示例<html> <head> <title>onselect test</title> <style type="text/css"> .text1 { border: 2px solid red; } </style> <script type="text/javascript"> window.onselect = selectText; function select...

http://www.o2fo.com/fetch_api/fetch_api-7wc42qdy.html

4682.window屬性:onsubmit

...funcRef;參數(shù)funcRef是對一個函數(shù)的引用。onsubmit屬性示例<html> <script> function reg() { window.captureEvents(Event.SUBMIT); window.onsubmit = hit; } function hit() { console.log('hit'); } </script> <body onload="reg();"> <form> <input type="su...

http://www.o2fo.com/fetch_api/fetch_api-m65c2qin.html

4683.window屬性:onunload

...Listener()和unload事件來處理此事件。 規(guī)范 規(guī)范 狀態(tài) 注釋 HTML Living Standard 該規(guī)范中的'GlobalEventHandlers'的定義。 Living Standard HTML 5.1 該規(guī)范中的'GlobalEventHandlers'的定義。 Recommendation HTML5 該規(guī)范中的'GlobalEventHandle...

http://www.o2fo.com/fetch_api/fetch_api-acyk2qvf.html

4684.travelzen.js組件之【表格】

...一個表格。 - 必選參數(shù)trigger:表格容器選擇器,如下面html內(nèi)容中的".gridDemo" - 可選參數(shù)data:本地表格列數(shù)據(jù),格式參考下文第2條 - 可選參數(shù)url:遠程數(shù)據(jù)接口,格式參考下文第3條 - 可選參數(shù)initSettings:自定義的一些Kendo UI的表...

http://www.o2fo.com/travelzenjs/travelzenjs-qbnk2s0e.html

4685.travelzen.js組件之【城市自動補全】

...travelzen.autoComplete方法。 - 必選參數(shù)input:選擇器,如下面html內(nèi)容中的".city" - 必選參數(shù)typeName:代表補全類型,國內(nèi)城市"demosticCity",國際城市"foreignCity" 1.html ```html <input class="city" type="text"> ``` 2.javascript ```javascript $(function(){ t...

http://www.o2fo.com/travelzenjs/travelzenjs-mwi72t9j.html

4686.travelzen.js組件之【下拉列表】

...travelzen.dropdownList方法。 - 必選參數(shù)input:選擇器,如下面html內(nèi)容中的".products" - 必選參數(shù)url:遠程數(shù)據(jù)接口,數(shù)組格式 1.html ```html <input class="products" type="text"> ``` 2.javascript ```javascript $(function(){ travelzen.autoComplete({ input: '.produc...

http://www.o2fo.com/travelzenjs/travelzenjs-3h4o2t9l.html

4687.travelzen.js組件之【日期選擇器】

...travelzen.datePicker方法。 - 必選參數(shù)trigger:選擇器,如下面html內(nèi)容中的".calendar" 1.html ```html <input class="calendar" type="text"> ``` 2.javascript ```javascript $(function(){ travelzen.datePicker({ trigger: '.calendar' }) }) ```

http://www.o2fo.com/travelzenjs/travelzenjs-ikdg2t9n.html

4688.安全配置建議

...禁止訪問 - coreframe/ - application/ - extend/ 以下目錄禁止訪問html與php文件 - theme/ - data/ - addon/ 具體操作可參考: [防止別人通過路徑查看你的模板文件方法匯總nginx篇](https://www.tpframe.com/posts/108.html) [防止別人通過路徑查看你的模板文...

http://www.o2fo.com/tpframe/tpframe-cq4h2zrn.html

4689.HTTP

...```302```(不傳入code默認情況下是```302```); #### http.throw(code, html) > 此方法在使用```httpd```對象注冊了```before```處理方法之后, 可以直接```return http.throw(code, html)```. > 當before函數(shù)正確檢測到返回http.throw()后, 將會使用指定的code狀...

http://www.o2fo.com/core_framework/core_framework-vyfg3142.html

4690.cmd與npm命令行

... 新建文件夾 cd xx 進入到該目錄 cd\ 返回根目錄 cd.>xx.html 新建文件 ctrl+c 終止正在運行的任務 cls 清空屏幕 rd xx 刪除文件夾(只能刪除空文件夾) del xx 刪除文件 del xx 刪除文件夾內(nèi)的所有文件 type xx 查看文件內(nèi)容 ren a(...

http://www.o2fo.com/xtvsl/xtvsl-7imt318c.html

抱歉,暫時沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

4681.window屬性:onselect

...indow.onselect = funcRef ;funcRef是一個函數(shù)。onselect屬性示例<html> <head> <title>onselect test</title> <style type="text/css"> .text1 { border: 2px solid red; } </style> <script type="text/javascript"> window.onselect = selectText; function select...

http://www.o2fo.com/fetch_api/fetch_api-7wc42qdy.html

4682.window屬性:onsubmit

...funcRef;參數(shù)funcRef是對一個函數(shù)的引用。onsubmit屬性示例<html> <script> function reg() { window.captureEvents(Event.SUBMIT); window.onsubmit = hit; } function hit() { console.log('hit'); } </script> <body onload="reg();"> <form> <input type="su...

http://www.o2fo.com/fetch_api/fetch_api-m65c2qin.html

4683.window屬性:onunload

...Listener()和unload事件來處理此事件。 規(guī)范 規(guī)范 狀態(tài) 注釋 HTML Living Standard 該規(guī)范中的'GlobalEventHandlers'的定義。 Living Standard HTML 5.1 該規(guī)范中的'GlobalEventHandlers'的定義。 Recommendation HTML5 該規(guī)范中的'GlobalEventHandle...

http://www.o2fo.com/fetch_api/fetch_api-acyk2qvf.html

4684.travelzen.js組件之【表格】

...一個表格。 - 必選參數(shù)trigger:表格容器選擇器,如下面html內(nèi)容中的".gridDemo" - 可選參數(shù)data:本地表格列數(shù)據(jù),格式參考下文第2條 - 可選參數(shù)url:遠程數(shù)據(jù)接口,格式參考下文第3條 - 可選參數(shù)initSettings:自定義的一些Kendo UI的表...

http://www.o2fo.com/travelzenjs/travelzenjs-qbnk2s0e.html

4685.travelzen.js組件之【城市自動補全】

...travelzen.autoComplete方法。 - 必選參數(shù)input:選擇器,如下面html內(nèi)容中的".city" - 必選參數(shù)typeName:代表補全類型,國內(nèi)城市"demosticCity",國際城市"foreignCity" 1.html ```html <input class="city" type="text"> ``` 2.javascript ```javascript $(function(){ t...

http://www.o2fo.com/travelzenjs/travelzenjs-mwi72t9j.html

4686.travelzen.js組件之【下拉列表】

...travelzen.dropdownList方法。 - 必選參數(shù)input:選擇器,如下面html內(nèi)容中的".products" - 必選參數(shù)url:遠程數(shù)據(jù)接口,數(shù)組格式 1.html ```html <input class="products" type="text"> ``` 2.javascript ```javascript $(function(){ travelzen.autoComplete({ input: '.produc...

http://www.o2fo.com/travelzenjs/travelzenjs-3h4o2t9l.html

4687.travelzen.js組件之【日期選擇器】

...travelzen.datePicker方法。 - 必選參數(shù)trigger:選擇器,如下面html內(nèi)容中的".calendar" 1.html ```html <input class="calendar" type="text"> ``` 2.javascript ```javascript $(function(){ travelzen.datePicker({ trigger: '.calendar' }) }) ```

http://www.o2fo.com/travelzenjs/travelzenjs-ikdg2t9n.html

4688.安全配置建議

...禁止訪問 - coreframe/ - application/ - extend/ 以下目錄禁止訪問html與php文件 - theme/ - data/ - addon/ 具體操作可參考: [防止別人通過路徑查看你的模板文件方法匯總nginx篇](https://www.tpframe.com/posts/108.html) [防止別人通過路徑查看你的模板文...

http://www.o2fo.com/tpframe/tpframe-cq4h2zrn.html

4689.HTTP

...```302```(不傳入code默認情況下是```302```); #### http.throw(code, html) > 此方法在使用```httpd```對象注冊了```before```處理方法之后, 可以直接```return http.throw(code, html)```. > 當before函數(shù)正確檢測到返回http.throw()后, 將會使用指定的code狀...

http://www.o2fo.com/core_framework/core_framework-vyfg3142.html

4690.cmd與npm命令行

... 新建文件夾 cd xx 進入到該目錄 cd\ 返回根目錄 cd.>xx.html 新建文件 ctrl+c 終止正在運行的任務 cls 清空屏幕 rd xx 刪除文件夾(只能刪除空文件夾) del xx 刪除文件 del xx 刪除文件夾內(nèi)的所有文件 type xx 查看文件內(nèi)容 ren a(...

http://www.o2fo.com/xtvsl/xtvsl-7imt318c.html

抱歉,暫時沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程