AJAX中, XMLHttpRequest对象的readyState属性值为( ) 表示数据接受完毕请阅读下面代码片段并且回答问题:
#define SIZE_20M (20*1024*1024)
void func_a()
{
char *temp = malloc(SIZE_20M)
return;
}
void func_b()
{
char temp[SIZE_20M];
//...do something using temp
return;
}
关于这段代码,下列说法正确的是( )
<div>
<img src="https://resource.oxcoder.com/sys/img/question_img/1520333859.png" width="200px"/>
</div>
发布于 2020-12-26 13:50:07
登录后免费查看答案
关注者
0
被浏览
77