js 实现几个数字相加得到一个总数

function GetToTalPrice ( ) {
   
    var jcf = document . getElementById ( "jcf" ) . value ;
        jcf1 = parseInt ( jcf ) ;
          var pxf = document . getElementById ( "pxf" ) . value ;
        pxf1 = parseInt ( pxf ) ;
    var ssf = document . getElementById ( "ssf" ) . value ;
        ssf1 = parseInt ( ssf ) ;
    var pxfyzj = document . getElementById ( "pxfyzj" ) ;
   var total = jcf1 + pxf1 + ssf1 ;
         pxfyzj . value = total ;
   

}



教程费: (元)培训费: (元)食宿费: (元)总计: (元)

你可能感兴趣的:(js)