Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を渡す\u001B\u001A\u0019\u0018\u0017\u001Eと、アラビア文字が返されるはずです。
\u001B\u001A\u0019\u0018\u0017\u001E
ここにツールがあります。
文字列を文字列リテラルとして評価するだけです。
var decoded = eval('"' + str + '"')