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.
这是一个示例: print("PARAM"..param_index.." = "..param.value)
那些奇怪的时期到底是什么?
String concatenation.
What else would you expect??