想获取标题,点击事件js,点击标题字体变红
目前FVS中没法获取单个标题控件
全部控件倒是可以设置点击字体变色
=========
"use document";
$("div[data-name='d']").find("div").css("color","red");