phpweb产品详情页图片不显示 一直是 loading.gif的图片怎么回事
像下面这样http://www.paomotianfengji.com/product/html/?156.html问下怎么解决就是问下问题出在哪里?怎么解决。。。...
像下面这样http://www.paomotianfengji.com/product/html/?156.html 问下怎么解决
就是问下问题出在哪里?怎么解决。。。 展开
就是问下问题出在哪里?怎么解决。。。 展开
2个回答
推荐于2016-07-21
展开全部
// 读取字符串例子
#include <iostream>
#include <string>
using namespace std;
int main ()
{
string mystr;
cout << "What's your name? ";
getline (cin, mystr);
cout << "Hello " << mystr << ".\n";
cout << "What is your favorite color? ";
getline (cin, mystr);
cout << "I like " << mystr << " too!\n";
return 0;
} What's your name? Aqua
#include <iostream>
#include <string>
using namespace std;
int main ()
{
string mystr;
cout << "What's your name? ";
getline (cin, mystr);
cout << "Hello " << mystr << ".\n";
cout << "What is your favorite color? ";
getline (cin, mystr);
cout << "I like " << mystr << " too!\n";
return 0;
} What's your name? Aqua
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询