首页
编程
java
php
前端
首页
编程
java
php
前端
以下三个语句有啥错误?为什么?
char *str1;strcpy(str1,“How“);
char *str2;*str2=“you”;
char str3【6】;str3=“yahoo”;
点击展开全文