Heim > Artikel > Backend-Entwicklung > javascript - Bitte helfen Sie, was ist die Programmiersprache mit <-?
Welche Programmiersprache ist das unten? Es sieht aus wie js, aber ich habe es noch nie in js gesehen<-
<code>GetSinaURL <- function(code = '600000', year = '2016', quarter = '1', index = FALSE) { sina.url <- '' if (index) { sina.url <- paste0('http://vip.stock.finance.sina.com.cn/corp/go.php/vMS_MarketHistory/stockid/', code, '/type/S.phtml?year=', year, '&jidu=', quarter) } else { sina.url <- paste0('http://vip.stock.finance.sina.com.cn/corp/go.php/vMS_FuQuanMarketHistory/stockid/', code, '.phtml?year=', year, '&jidu=', quarter) } return(sina.url) }</code>
Welche Programmiersprache ist das unten? Es sieht aus wie js, aber ich habe es noch nie in js gesehen<-
<code>GetSinaURL <- function(code = '600000', year = '2016', quarter = '1', index = FALSE) { sina.url <- '' if (index) { sina.url <- paste0('http://vip.stock.finance.sina.com.cn/corp/go.php/vMS_MarketHistory/stockid/', code, '/type/S.phtml?year=', year, '&jidu=', quarter) } else { sina.url <- paste0('http://vip.stock.finance.sina.com.cn/corp/go.php/vMS_FuQuanMarketHistory/stockid/', code, '.phtml?year=', year, '&jidu=', quarter) } return(sina.url) }</code>
Gegoogelt und den Originaltext gefunden.
R erfasst den historischen Preis von A-Aktien und schreibt ihn in MySQL
Ist es R-Stimme?
F# verwendet <- als Zuweisungsoperation, den Rest kenne ich nicht.
Golang hat dieses Symbol, aber es gibt keine Funktion