js定义变量如果getkey='你好'那么getkkk=''其它的getkkk=getkey这样的JS代码应当怎么写,求完整代码知道的大哥给下代码,谢谢了[解决办法]getkkk = getkey=='你好' ? '' : getkey;