Web user behavior: Difference between revisions
Jump to navigation
Jump to search
→使用者操作/使用者輸入的內容
m (→使用者操作/使用者輸入的內容) |
|||
| Line 20: | Line 20: | ||
** (如果允許輸入多行文字) 包含[[Return symbol | 換行符號]] e.g. {{kbd | key=<nowiki>\r\n</nowiki>}} on {{Win}}, {{kbd | key=<nowiki>\r</nowiki>}} on {{Mac}} & {{kbd | key=<nowiki>\n</nowiki>}} on {{Linux}}<ref>[https://social.msdn.microsoft.com/Forums/zh-TW/47af2197-26b4-4b9e-90e8-bfa9d5cd05b4/what-is-the-deference-between-r-n-and-rn-?forum=csharplanguage What is the deference between What is the deference between \r, \n and \r\n ?!]</ref> | ** (如果允許輸入多行文字) 包含[[Return symbol | 換行符號]] e.g. {{kbd | key=<nowiki>\r\n</nowiki>}} on {{Win}}, {{kbd | key=<nowiki>\r</nowiki>}} on {{Mac}} & {{kbd | key=<nowiki>\n</nowiki>}} on {{Linux}}<ref>[https://social.msdn.microsoft.com/Forums/zh-TW/47af2197-26b4-4b9e-90e8-bfa9d5cd05b4/what-is-the-deference-between-r-n-and-rn-?forum=csharplanguage What is the deference between What is the deference between \r, \n and \r\n ?!]</ref> | ||
** 可能包含 [[Byte order mark| Byte order mark (BOM)]] | ** 可能包含 [[Byte order mark| Byte order mark (BOM)]] | ||
** 可能包含 Unicode 符號 | |||
** 可能包含 [https://zh.wikipedia.org/zh-tw/%E7%B9%AA%E6%96%87%E5%AD%97 表情圖示] ([[Emoji]]):由 Unicode 符號組成 <ref>[https://stackoverflow.com/questions/39463134/how-to-store-emoji-character-in-mysql-database How to store Emoji Character in MySQL Database - Stack Overflow]</ref>、表情符號 ([https://en.wikipedia.org/wiki/Emoticon Emoticon]) 符號,例如 {{kbd | key=<nowiki>゚д゚</nowiki>}}:由 Unicode 或 ASCII 符號組成 | |||
* htmlentities<ref>[https://dev.w3.org/html5/html-author/charref Character Entity Reference Chart]</ref> | * htmlentities<ref>[https://dev.w3.org/html5/html-author/charref Character Entity Reference Chart]</ref> | ||
| Line 30: | Line 31: | ||
* (可勾選多個項目的狀況下) 只勾選了單一項目或者沒有勾選項目,就送出(submit)表單資料 | * (可勾選多個項目的狀況下) 只勾選了單一項目或者沒有勾選項目,就送出(submit)表單資料 | ||
* 可能進行 [https://en.wikipedia.org/wiki/SQL_injection SQL injection] | * 可能進行 [https://en.wikipedia.org/wiki/SQL_injection SQL injection] | ||