I saw this code and I'm scratching my head trying to decide how it works.
<SCRIPT LANGUAGE=javascript>
function SpeechMikeControl::SPMEventButton(lDeviceID, EventId) {
alert("lDeviceID=" + lDeviceID + ", EventId=" + EventId);
}
</SCRIPT>
double colon? This is from using a philips speech mike from a web page.
Any idea what this double colon means? It seems like a syntax error to me but it works! (at least in IE).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…