人客呀!看到這種註解,別亂砍,會害網頁走山阿!
IE Conditional Comment 只對IE瀏覽器有效,其他瀏覽器會當成註解。
Example:
<!--[if IE]>
只要是IE,該區塊會運作。
<![endif]-->
<!--[if IE 7]>
如果是IE7,該區塊會運作。
<![endif]-->
2014年7月1日 星期二
2014年4月14日 星期一
application/x-www-form-urlencoded
Jquery ajax contentType 預設為: 'application/x-www-form-urlencoded; charset=UTF-8'
可用有:
要注意:如果不是使用 application/x-www-form-urlencoded 在Servlet端 無法從request.getparameter(key),取回資料,只能從StreamInput中取得。
form 的enctype 發送格式預設是 :'application/x-www-form-urlencoded;
可用有:
可用有:
- application/x-www-form-urlencoded
- application/json
- text/xml
要注意:如果不是使用 application/x-www-form-urlencoded 在Servlet端 無法從request.getparameter(key),取回資料,只能從StreamInput中取得。
form 的enctype 發送格式預設是 :'application/x-www-form-urlencoded;
可用有:
- application/x-www-form-urlencoded
- multipart/form-data
- text/plain
訂閱:
文章 (Atom)