-1

コード スニペットがあり、文字列に変換したいと考えています。解決策を見つけることができません。どうすればいいですか?

ここに私のJavaScriptがあります:

<html>
    <head>
    </head>
    <body style="background-color:#FFFFFF;color:#000000;">
        <p>
            <a href="tel:133300">
                <img src="http://www.biznessapps.com/imghost/0/52/104345/NewcastleTaxis.jpg" alt="" width="257" height="108" />
            </a>
        </p>
        <p>
            <strong>
                <span style="font-size: small; font-family: arial,helvetica,sans-serif;">Taxi Services</span>
            </strong><br />
            <span style="font-family: arial,helvetica,sans-serif; font-size: small;">Ring for a taxi and share the fare with a friend</span>
        </p>
        <p>
            <span style="font-family: arial,helvetica,sans-serif; font-size: small;"><a href="tel:133300">Call 133 300</a></span>
        </p>
        <p>
            <span style="font-family: arial,helvetica,sans-serif; font-size: small;">Taxis only pick up from the following secure ranks between 12am to 5am.</span><br />
            <span style="font-family: arial,helvetica,sans-serif; font-size: small;">&bull; Kent Hotel and Exchange Hotel (Beaumont St), Hamilton</span><br />
            <span style="font-family: arial,helvetica,sans-serif; font-size: small;">&bull; King St Hotel (corner of King and Steel St), Newcastle</span><br />
            <span style="font-family: arial,helvetica,sans-serif; font-size: small;">&bull; Fanny&rsquo;s (Centenary Rd), Newcastle</span><br />
            <span style="font-family: arial,helvetica,sans-serif; font-size: small;">&bull; The Brewery (Wharf Rd), Newcastle</span>
        </p>
        <p>
            <span style="font-family: arial,helvetica,sans-serif; font-size: small;">For more information visit <a href="http://www.newcastletaxis.com.au" target="_blank">www.newcastletaxis.com.au</a></span>
        </p>
    </body>
</html>
4

1 に答える 1

1

まず、投稿したコードは Javascript ではありません。HTML です (Javascript は含まれていません)。

第二に、あなたは質問に文脈を提供しておらず、率直に質問していません。回答を得るために、いくつかの有用な情報を提供してください。

  • 何をしようとしているのですか?
  • 具体的にどのような問題を解決しようとしていますか?
  • どのプログラミング言語を使用していますか?
  • これまでに何をしようとしましたか、何が起こると予想していましたか、そして代わりに何が起こりましたか?
  • その HTML はどこから来るのか (ファイル、データベース、Web サーバー)? どこに行く必要がありますか?
于 2012-12-21T13:26:20.047 に答える