采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
var cfg = {
type:"base",
teext:"text"
}
var h5 = new H5ComponentBase(cfg);
console.log(h5.teext)
获取不到值,急
<script type="text/javascript">
console.log(h5.teext)// undefined
</script>
////////////////////////////////
H5ComponentBase 页面;
var H5ComponentBase = function(){
var cfg = cfg || {};
var component = $('<div class="h5_component">');//创建一个dom 对象
cfg.text && component.text(cfg.text);// cfg 对象 undefined
return component;
登录后可查看更多问答,登录/注册
用HTML5/CSS3/JS流行技术,实现移动端可视化数据报告
1.1k 9
1.3k 6
955 6
1.8k 5
873 5