實例 1:假設有一個字串是 This is James's ball。 string str1 = "This is James\'s ball";實例 2:含逸出字元的字串宣告。 string str1 = "D:\\Python\\ch1"; ...
確定! 回上一頁