我有这个代码:
function a() {
if(prodotto.approvatoIngredienti==true) {
disegnaIconaIngredienti();
function disegnaIconaIngredienti() {
//
}
}
我在另一个函数中定义了一个函数。使用chrome和ie我没有问题,但是firefox给了我这个错误:
--
[15:26:41.279] disegnaIconaIngredienti is not defined @ http://127.0.0.1:8080/Tesi/javascript/InserimentoProdotti.js:1718
有人可以解释我为什么吗?