Skip to content

Instantly share code, notes, and snippets.

@cshijiel
Last active October 31, 2018 15:04
Show Gist options
  • Save cshijiel/148465ce424614f3608e432e87805a98 to your computer and use it in GitHub Desktop.
Save cshijiel/148465ce424614f3608e432e87805a98 to your computer and use it in GitHub Desktop.
短小快命令
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)
@cshijiel
Copy link
Author

with node id update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment