評等結果
點擊便能為這篇文章進行評等!
[評等總次數: 0,平均評等: 0]
[html]<input style="text-transform: uppercase;" type="text" />[/html]
//uppercase 大寫
[html]<input style="text-transform: lowercase;" type="text" />[/html]
//lowercase 小寫
[html]<input style="text-transform: capitalize;" type="text" />[/html]
//capitalize 字首大寫
評等結果
點擊便能為這篇文章進行評等!
[評等總次數: 0,平均評等: 0]