|
web_submit_data的ITEMDATA,下如何使用自己定义的字符串
如
char str[1024];
str = "it is too hard";
web_submit_data("xxx.html",
......
ITEMDATA,
str
LAST);
直接编译 不通过
信息 如下
test_applyReviewBL2.c (132): syntax error; found "LAST" expecting `)'
test_applyReviewBL2.c (132): syntax error; found "LAST" expecting `;'
test_applyReviewBL2.c (132): syntax error; found `)' expecting `;'
test_applyReviewBL2.c (132): illegal statement termination
test_applyReviewBL2.c (132): skipping `)'
d:\\testscripts\\\274\306\273\256\275\327\266\316\267\326\305\344\310\316\316\3613\\\\combined_\274\306\273\256\275\327\266\316\267\326\305\344\310\316\316\3613.c (11): 5 errors, not writing pre_cci.ci |
|