jQuery获取、设置title的值

获取值:var t = $(document).attr('title');

设置值:$(document).attr('title','value');

原文地址:https://www.cnblogs.com/stono/p/4765889.html