<script>
var zgz={};
zgz.common={
getByClass: function ()
{
},
myAddEvent: function ()
{
}
};
zgz.fx={
startMove: function ()
{
},
drag: function ()
{
}
};
zgz.common.getByClass()
</script>
2021-09-26 06:55:52
<script>
var zgz={};
zgz.common={
getByClass: function ()
{
},
myAddEvent: function ()
{
}
};
zgz.fx={
startMove: function ()
{
},
drag: function ()
{
}
};
zgz.common.getByClass()
</script>