charCodeAt 可以用來取得字串特定位置的字元的Unicode 編碼(Unicode code point)。 語法: str.charCodeAt(index). 參數index 代表位置,從0 開始算。
確定! 回上一頁