#代码情诗#
let life = () => {
const I = 0;
const U = '';
if (I) {
return 'OK'
}
if (U) {
return 'fine'
}
if (I + U) {
return 'love'
}
}
展开
2