Last active
October 31, 2018 15:04
-
-
Save cshijiel/148465ce424614f3608e432e87805a98 to your computer and use it in GitHub Desktop.
短小快命令
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var sum = 0.0; | |
for(var i = 0;i<$('span[id^=showDt]').length;i++){ | |
var temp = parseFloat($($('span[id^=showDt]')[i]).text()); | |
sum+= temp; | |
} | |
console.log(sum*4*150) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with node id update