🌈 搜索
📅  最后修改于: 2022-03-11 15:02:27.145000             🧑  作者: Mango
function x() { }; x.y = function() { alert('2');}; function z() { x.y(); }