Commit db2a25ba authored by qq_38816927's avatar qq_38816927

修改字符串

parent cd952679
...@@ -55,7 +55,7 @@ fun allBreakpoints(){ ...@@ -55,7 +55,7 @@ fun allBreakpoints(){
fun getJsons(){ fun getJsons(){
val testInt :Int = 2026; val testInt :Int = 2026;
print("基础变量查看)")//断点基础变量查看 print("基础变量查看)")//断点基础变量查看
val testStr :String="长度为128的字符串:a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0u1v2w3x4y5z6A7B8C9D0E1F2G3H4I5J6K7L8M9N0O1P2Q3R4S5T6U7V8W9X0Y1Z2a3b4c5d6e7f8g9h0i1j2k3l4m5n6o7p8q9r0"; val testStr :String="测试变量字符串";
print("基础变量长字符串查看)")//断点基础变量长字符串查看 print("基础变量长字符串查看)")//断点基础变量长字符串查看
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment