jQuery

取值

var val = $("#breakfastMonday").html();

赋值

$("#breakfastMonday").html("value");

原文地址:https://www.cnblogs.com/7q4w1e/p/10161835.html