随机生成中文字符-js2024-04-08 本文已影响0人 yujiawei007 String.fromCharCode(Math.floor(Math.random() * (0x9FA5 - 0x4E00 + 1) ) + 0x4E00)