5 lines
67 B
Plaintext
5 lines
67 B
Plaintext
|
|
function main() {
|
||
|
|
|
||
|
|
|
||
|
|
print("松鼠脚本 Main 函数执行!");
|
||
|
|
}
|