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.
让,
string a = “Test”; string b = “test 2”; string c = a + b
c的输出是"Testtest 2"
"Testtest 2"
我想知道内存是怎么分配的?