LUA中:
local s = "hellodddddddd"
print(s) --hello
C#中:
string s = "helloddddddd"
console.writeline(s) //"helloddddddd"
---------------------------------------------------------------------------------------------------
总结:C#无视字符串中的,并不以它会结束符。LUA则与C,C++一样以作为字符串结束符