1.调试F12进入console 不断进行调试$('#titleId h1:first' );
$('#'+titleId +' h1:first' )发现 此命令能够找到元素;进入source进行断点调试,确认过程显示值
2.更新div中的数值