Why does this output result is 14?
移动用户-1371188
移动用户-1371188 2021-03-10 19:12:16
0
1
795
function add1($a,$b){
    echo 'a和b的值为'. $a+$b ;
}
add1(12,14);

移动用户-1371188
移动用户-1371188

reply all(1)
稚出

Change to function add1($a,$b){ echo 'The values ​​of a and b are'. intval($a) intval($b);}add1(12,14);

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template