function init() { var name = "Mozilla"; // name is a local variable created by init function displayName() { // displayName() is the inner ...
確定! 回上一頁