使WolframAlpha iframe重定向到网站

时间:2019-06-24 14:57:53

标签: html wolframalpha

因此,我将WolframAlpha作为框架添加到网页中(暂时删除了其余部分),并且想知道是否有办法在实际的WA网站上打开搜索结果。

例如如果我输入1 + 1,它将打开我https://www.wolframalpha.com/input/?i=1%2B1

<!DOCTYPE html>
<html style="height: 100%;">
    <head>
        <style type="text/css">
            body {
                overflow:hidden;
            }
        </style>
    </head>
    <body style="height: 100%;margin:0;padding:0">
        <iframe src="https://www.wolframalpha.com/" scrolling="no" frameborder="0" style="width: 50%; height: 100%;"></iframe>
    </body>
</html>

当前,它只是在页面上打开搜索结果

1 个答案:

答案 0 :(得分:0)

否。

只有Wolfram Alpha可以控制其链接和形式的目标。