void main() {
test_param(123,"this is a string");
}
test_param(int n1,String s1) {
print(n1);
print(s1);
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266185.html
void main() {
test_param(123,"this is a string");
}
test_param(int n1,String s1) {
print(n1);
print(s1);
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266185.html