单项选择题

‏下列定义字符串类string对象的语句中,错误的是()。‍

A.string str =“Hello,world”;
B.string str(“Hello,world”);
C.string str;
D.string str =‘Hello,world’;