This API is available on Firefox OS for internal applications 仅。

摘要

lastKnownMcc is a read-only property that represents the Mobile Country Code (MCC) of the last known network operator.

句法

var dataMCC  = navigator.mozMobileConnection.data.lastKnownMcc;
var voiceMCC = navigator.mozMobileConnection.voice.lastKnownMcc;
					

Return a number.

规范

Not part of any specification.

另请参阅

元数据

  • 最后修改: