摘要: ref 作用 1 import std.stdio, std.string; 2 3 void main() 4 { 5 string[] color=["red","blue","cyan","grey"]; 6 7 writeln("raw:",color); 8 write("m1:"); 9 阅读全文
posted @ 2020-12-17 20:04 天使不设防 阅读(132) 评论(0) 推荐(0) 编辑