我在尝试这个:
function add_things() { var first = '2'; var second = '4'; alert(first + second); }
但它给了我24而不是6,我做错了什么?
javascript
javascript ×1