该问题已被锁定!
9
关注
4806
浏览

编辑器上传功能设计的有点儿反人类

AI智能回复搜索中,请稍后...

查看全部 8 个回答

swift 注册会员 用户来自于: 广东省珠海市
2015-09-22 10:42
long some_function();
/* int */ other_function();

/* int */ calling_function()
{
    long test1;
    register /* int */ test2;

    test1 = some_function();
    if (test1 > 0)
          test2 = 0;
    else
          test2 = other_function();
    return test2;
}
Jellyfish.jpg
测试一下, 不能马上可见, 不能很好的排版

关于作者

龙龙 初级会员

这家伙很懒,还没有设置简介

问题动态

发布时间
2015-09-19 14:22
更新时间
2015-10-06 21:42
关注人数
9 人关注

推荐内容