[ JAVASCRIPT ] – 強制將輸入的英文轉成大寫 2015 / 7 / 28 jeff 0 [html] <input type="text" onblur="this.value = this.value.toUpperCase();"/> [/html]