c.Add (d). is not the same as c.Add d. In the first, by wrapping d in parentheses you're causing it to be evaluated as an expression and the result of that ...
確定! 回上一頁