-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 回答