html バハHL救援スプレッドシート自动オープンHTML

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html バハHL救援スプレッドシート自动オープンHTML相关的知识,希望对你有一定的参考价值。

<html>
<title>バハHL救援スプレッドシート自動オープンHTML</title>
<head>
<script type="text/javascript">
var displayW = screen.width;
var displayH = screen.height;
var xx=3;
var yy=2;
// 横3つ縦2つ
var w = displayW/xx;
var h = displayH/yy;
var arr=[];
var urls=[
    'https://docs.google.com/spreadsheets/d/1WmuQ_ljLOyrYQ_PDy6ahmwPf0Z7LkuUpw-ImwLcRyyU/edit?pref=2&pli=1#gid=260597988',
    'https://docs.google.com/spreadsheets/d/1WmuQ_ljLOyrYQ_PDy6ahmwPf0Z7LkuUpw-ImwLcRyyU/edit?pref=2&pli=1#gid=260597988',
    'https://docs.google.com/spreadsheets/d/1B8DfFuNxc2Ech3_DW1zg3Clo84aEDb0GXe6xe_uL1nA/edit?pref=2&pli=1#gid=1608511566',
    'https://docs.google.com/spreadsheets/d/1B8DfFuNxc2Ech3_DW1zg3Clo84aEDb0GXe6xe_uL1nA/edit?pref=2&pli=1#gid=1579617928',
    'https://docs.google.com/spreadsheets/d/1Y6F8FhFJImUc-ySSzqfOE3nAIZOZpJn5WhDA-AxHrs0/edit#gid=1377687314',
    'https://docs.google.com/spreadsheets/d/1Y6F8FhFJImUc-ySSzqfOE3nAIZOZpJn5WhDA-AxHrs0/edit#gid=1888643456'
];

function openWin()
{
    var i = 0;
    for (var x = 0; x < xx; x++)
    {
        for (var y = 0; y < yy; y++)
        {
            var leftPos= x*w;
            var topPos= y*h;
            arr[i]=window.open(urls[i], '', 'width='+w+', height='+h+', left='+leftPos+', top='+topPos);
            i++;
        }
    }
}
openWin();

</script>
</head>
<body>
</body>
</html>

以上是关于html バハHL救援スプレッドシート自动オープンHTML的主要内容,如果未能解决你的问题,请参考以下文章

javascript スプレッド演算子

text InDesign CC 2019でスプレッドをつくる

html 网络ページを作成时のベースとなるテンプレート

apache_conf ルートサービスプロバイダーの设定のテンプレです

html 引导の导航栏テンプレート

java マルチスレッドch01最大でN个のスレッドまでが実行するパターン