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.
无论如何我可以获得Lua中'a'等字符的ASCII码吗?tonumber 似乎不起作用。
string.byte(...)这样做:
string.byte(...)
print(string.byte("a")) --> 97