Jquery span标签的取值赋值

//赋值

$("#spanid").html(value)

//取值

$("#spanid").text()

原文地址:https://www.cnblogs.com/xinxin-ting/p/8257916.html