-1

ボタンのクリック数を数えるには?

var count = 0;

if(getElementbyId("generateid").clicked)
{
count++;
return count;
}
4

2 に答える 2