JavaScript Tutorial/String/sup — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:24, 26 мая 2010
string.sup()
The sup() method converts the string to an instance of the tag.</p>
<html>
<script language="JavaScript">
<!--
var myString = new String("Hello, World!");
document.write(myString.sup());
document.close();
-->
</script>
</html>