Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Console.WriteLine("您購買的產品清單:");
  2. //對於每一個在 productList中的 product
  3. foreach(string product in productList){
  4. Console.WriteLine(product);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement