假设yy属于未定义类型变量try {
alert(yy);
}
catch(e)
{
throw e;
}